]> source.dussan.org Git - gwtquery.git/commit
Implement animation Easing based on Bezier curves instead of using different algorith...
authorManuel Carrasco Moñino <manuel.carrasco.m@gmail.com>
Fri, 1 Nov 2013 12:49:53 +0000 (13:49 +0100)
committerManuel Carrasco Moñino <manuel.carrasco.m@gmail.com>
Fri, 1 Nov 2013 12:49:53 +0000 (13:49 +0100)
commit658a538299022a645603178a74312438d7d379e7
tree18955e465d247eeee1e5f41033cf54e7fcd46f5f
parent39b7a17652d82d8233f78408acfe1359e0955203
Implement animation Easing based on Bezier curves instead of using different algorithm for each one. Includes a set of most popular transitions used in web.
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/Effects.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/effects/Bezier.java [new file with mode: 0644]
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/effects/PropertiesAnimation.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/widgets/TextBoxBaseWidgetFactory.java
gwtquery-core/src/test/java/com/google/gwt/query/client/GQueryEffectsTestGwt.java