ArcBees / gwtquery

A jQuery clone for GWT, and much more.
MIT License
85 stars 38 forks source link

$(element).stop(...) does not prevent animation callbacks from firing #254

Closed ghost closed 8 years ago

ghost commented 10 years ago

This works as expected in 1.3.3 but seems broken in the latest 1.4.0-SNAPSHOT.

manolo commented 10 years ago

in 1.4 by default animations are performed with CSS3, we dont stop CSS3 animations right now, so to rollback using javascript animations set this flag to false:

Fx.css3 = false;

On Sun, Dec 15, 2013 at 8:28 AM, Benjamin Tillman notifications@github.comwrote:

This works as expected in 1.3.3 but seems broken in the latest 1.4.0-SNAPSHOT.

— Reply to this email directly or view it on GitHubhttps://github.com/gwtquery/gwtquery/issues/254 .

olafleur commented 8 years ago

This issue as no activity since more than a year. Feel free to reopen if it is still needed.