jschr / textillate

A jquery plugin for CSS3 text animations.
http://textillate.js.org
MIT License
3.66k stars 759 forks source link

Bug: iterating through a list selector, delay on the beginning of the animation #113

Open wlidBirmou opened 7 years ago

wlidBirmou commented 7 years ago

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.