You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello
There is a bug when iterating through list using selector: $("#list").textillate({ selector: $("#list") , loop: true, autoStart: true, initialDelay: 0, minDisplayTime: 2000,});
The animation starts only after a delay proportional to "minDisplayTime", and stop for the same amount of time when looping.
The text was updated successfully, but these errors were encountered:
wlidBirmou
changed the title
iterating through list: selector, delay on beginning the animation
iterating through list: selector, delay on beginning of the animation
Oct 10, 2017
wlidBirmou
changed the title
iterating through list: selector, delay on beginning of the animation
Bug: iterating through a list selector, delay on the beginning of the animation
Oct 10, 2017
Hello
There is a bug when iterating through list using selector:
$("#list").textillate({ selector: $("#list") , loop: true, autoStart: true, initialDelay: 0, minDisplayTime: 2000,});
The animation starts only after a delay proportional to "minDisplayTime", and stop for the same amount of time when looping.
The text was updated successfully, but these errors were encountered: