at least not on my computer.

Check:
Dynamic display block settings:
- speed of transition effect

Slide text jquery settings:
- Speed before effect
- Speed after effect

By the way: In the block-settings the description says for speed after effect:
"Speed of the before effect (1000 = 1 second, 0 = direct)."
Should probably read:
Speed of the after effect (1000 = 1 second, 0 = direct).

Comments

ppblaauw’s picture

Status: Active » Postponed (maintainer needs more info)

Thanks for finding this bug.

Add:
options.speed = ddblockSettings.speed;
at line 255 of the ddblock.js file

Please let me know if this works to get the speed working

The before effect and speed seems to work at my testserver for the slidetext
The after effect doesn't work, will need to have a look at this.

Nikdilis’s picture

After adding the code-line I can confirm the following:
-speed works for the image slide effect.

Regarding to the before effects and after effects I'm a little bit confused:
The before effect in my point of view is the effect used for the slide-text to appear and, respectively, the after effect is the effect for the slide-text to disappear. The speed is the time the effect is shown.
If so, please check if the before effects "Basics - Hide" should be "Basics - Show" and "Fading - Fade out" => "Fading - Fade in".
If yes, change the after effects respectively.
If not, check if the before effect "Sliding - slide-up" should be changed to "Sliding - slide down" and the after effect "Sliding - slide down" to "Sliding - slide up".
The description should make more clear, what the before/after effect is.

I can confirm, that the effect used for the slide-text to disappear works, but not the speed.
The effect and the speed used for the slide-text to appear don't work.

Furthermore, after I set the transition effect to all, the advanced slideshow stopped after a few slides. Can you confirm that?

ppblaauw’s picture

Just to clear up the events

The before event is before a slide is shown, here the slidetext of the previous slide will be hidden.
The after event is after a slide is shown, here the slidetext of the current slide will be shown.

Edit:
Will add a description to the UI of ddblock to make the meaning of before and after more clear.
For the after event, the slidetext needs to be display:none for the next slide otherwise the effect of the slideshow will be used.
Will make adjustments in the ddblock.js file of the module and the slideshow themes to make this workd

Nikdilis’s picture

-What about show-effect / hide-effect?
-With your definition of before-effect, the before effect "Sliding - slide-up" should be changed to "Sliding - slide down" and the after effect "Sliding - slide down" to "Sliding - slide up" if I'm not completely wrong.
-Please also check if 'all' transition effect works. In my case the slideshow freezed after a few slides, as I wrote in my previous comment.

ppblaauw’s picture

SlideUp will hide, slideDown will show
See also: http://api.jquery.com/slideUp/ and http://api.jquery.com/slideDown/

Nikdilis’s picture

ok, got it. Thanks.

ppblaauw’s picture

Status: Postponed (maintainer needs more info) » Needs review

committed to dev version

ppblaauw’s picture

Status: Needs review » Fixed

set status to fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.