Hello,

I have been searching but I failed to find anyone with such a problem... The slide works, except it doesn't do any effect whatsoever. It can't fade, slide, or double wipe. My settings are as follows:
Dimensions: 640x480
Type of slideshow: Single node
Animation: Fade (i tried all of them, none works)
Slideshow field: Image(field_image) (from CCK ImageField)
Delay between slides: 3
Transition speed: 2000
Continuous: Checked
Slideshow orientation: Horizontal
Show controls and Slide controls are disabled, but doesn't make any difference whether I enable them and manually change between pictures, or the module changes them automatically. The browser is IE 8.

CommentFileSizeAuthor
#3 fancy_slide.zip2.79 KBkeytekweb

Comments

DejanCG’s picture

Hello again,

it seems I cannot update the original issue post so I will just post a comment.
After I removed some plugins I experimented with that are no longer used, transition effects started working. Some of the plugins I removed that could be relevant to this issue:

jQuery plugins
jQuery update
AJAX Slideshow

Will Igetit’s picture

hello experiencing the same issue

hide and animate works but no other effect.
I believe this is due to cloud zoom or JQuery carrousel in my case

keytekweb’s picture

Status: Active » Needs review
StatusFileSize
new2.79 KB

The solution to this problem is the following

Between fancy slide versions someone moved the line
"var theslide = currentslide"
in fancy_slide.js from the top of each animation method where it originally was thus preventing animations
as the speed was being calculated as zero every time

Solution:
Cut out the line "var theslide = currentslide" and move it back to top of each animation method: dontanimate, slideanimate, fadeanimate and dwipeanimate.

Have attached js file

manoloon’s picture

Thanks a lot KEYTEKWEB !! Great job!!