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.
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.