Name Date Size

.. 2012-03-30 00:32:24 100

build.anim-base.properties 2011-06-10 20:34:13 891

build.anim-base.xml 2009-05-12 02:20:36 243

build.color.properties 2011-06-10 20:34:13 886

build.color.xml 2009-05-12 02:20:36 239

build.curve.properties 2011-06-10 20:34:13 884

build.curve.xml 2009-05-12 02:20:36 239

build.easing.properties 2011-06-10 20:34:13 888

build.easing.xml 2009-05-12 02:20:36 240

build.node-plugin.properties 2011-06-10 20:34:13 915

build.node-plugin.xml 2009-05-12 02:20:36 245

build.scroll.properties 2011-06-10 20:34:13 888

build.scroll.xml 2009-05-12 02:20:36 240

build.shape-transform.properties 2012-03-13 08:06:32 913

build.shape-transform.xml 2012-03-13 08:06:32 249

build.xml 2011-08-11 01:02:05 804

build.xy.properties 2011-06-10 20:34:13 893

build.xy.xml 2009-05-12 02:20:36 236

docs 2012-03-30 00:32:24 15

HISTORY.md 2011-12-12 06:52:34 566

js 2012-03-13 08:06:32 10

meta 2012-03-13 08:06:32 3

README.md 2011-08-10 20:39:42 975

tests 2012-03-07 22:08:39 6

README.md

Animation Utility
===============
Provides the ability to animate style property changes. Advanced easing
equations are provided for more interesting animated effects.
The following modules are available:
* `anim`: Rollup of `anim-base`, `anim-color`, `anim-curve`,
`anim-easing`, `anim-scroll`, and `anim-xy`.
* `anim-base`: Adds animation functionality for number-based style properties.
* `anim-color`: Adds the ability to animate colors.
* `anim-curve`: Adds the ability to animate the position of an element using
bezier control-points.
* `anim-easing`: Contains easing equations for more advanced motion
(e.g. "easeOut", "backIn", etc).
* `anim-scroll`: Adds the ability to animate the scroll position of an
element.
You may want to consider using the Transition module for number-based style
properties, as it leverages native CSS Transitions when possible. The Animation
Utility will move to using CSS Animation in a future release.