]> source.dussan.org Git - gwtquery.git/commit
Fix for Issue 88: $(selector).stop() should immediately stop currently running anima...
authorJulien Dramaix <julien.dramaix@gmail.com>
Sat, 25 Jun 2011 22:28:29 +0000 (22:28 +0000)
committerJulien Dramaix <julien.dramaix@gmail.com>
Sat, 25 Jun 2011 22:28:29 +0000 (22:28 +0000)
commit93ceb96295f559b8c64146ee14c208dfcde6e889
treee2be8874b8393294deb0e6e002908dca0868a365
parent94351118bfd1e8455702dc1e5fc1b70645a0273e
 Fix for Issue 88: $(selector).stop() should immediately stop currently running animation.
gwtquery-core/src/main/java/com/google/gwt/query/client/GQuery.java
gwtquery-core/src/main/java/com/google/gwt/query/client/LazyGQuery.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/Effects.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/QueuePlugin.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/effects/ClipAnimation.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/effects/PropertiesAnimation.java
gwtquery-core/src/test/java/com/google/gwt/query/client/GQueryEffectsTest.java