Closed (fixed)
Project:
Views Slideshow
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Jan 2013 at 03:22 UTC
Updated:
13 Jan 2017 at 09:24 UTC
Jump to comment: Most recent
Comments
Comment #1
danielhonrade commentedif you can't wait when this will happen, just look for this file views_slideshow/contrib/views_slideshow_cycle/views_slideshow_cycle.views_slideshow.inc and edit:
ver 7.x-3.x
Comment #2
dfletcher commentedThere's a better way to do this in an older installation than danielhonrade's suggestion in #1.
First you need to install json2.js as the configuration UI suggests. This opens up a section called "jQuery Cycle Custom Options".
Once you have these advanced controls put a value for "fx" of fadeout and a value for "speedOut" to the desired transition speed, e.g. 500. This method will not use the speed setting from the advanced transition options above it.
Assuming fadeout is available in your installed version of jquery cycle this works great and doesn't require hacking third party modules.
Edit: whoops, and of course set the main transition setting to "None".
Comment #3
nickdickinsonwilde@danielhonrade: converted into a patch and applied, thanks.
Comment #4
nickdickinsonwilde