Closed (fixed)
Project:
Backstretch
Version:
7.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 May 2013 at 13:03 UTC
Updated:
18 May 2013 at 13:30 UTC
Hello,
On the plugins page: https://github.com/srobbin/jquery-backstretch#fade
This is the speed at which the image will fade in. Integers in milliseconds are accepted, as well as standard jQuery speed strings (slow, normal, fast). (type=Integer or String, default=0)
I am changing the value from the formatter's display options but it doesnt seem to change anything. I made it 5 and 5000, but the transition is always happened in the same amount of time.
One side note: It would be better if we include: "Integers in milliseconds" to the description of that setting.
Comments
Comment #1
yannickooThank you for reporting this issue, don't ask me why that wasn't implemented ealier. The problem is that the jQuery Backstretch plugin needs an integer for the fade and not the integer as a string. That happens if you are using PHP :D
Enough talk, fixed with e084579.
Comment #2
Sinan Erdem commentedWhy wasnt that implemented earlier? Kidding :) Thank you for the commit.