Recent working with jQuery lead to common issue of queuing of animations. CSS3 doesn't queue animations but jQuery does and to prevent that we use stop method. Here is the working example:
You can see the effect of stop(). I think its better to stop the animation before start a new one.
Post A Comment:
0 comments: