Name | Date | Size | |
---|---|---|---|
.. | 2012-03-29 00:20:55 | 100 | |
build.anim-base.properties | 1970-01-01 01:00:00 | 0 | |
build.anim-base.xml | 1970-01-01 01:00:00 | 0 | |
build.color.properties | 1970-01-01 01:00:00 | 0 | |
build.color.xml | 1970-01-01 01:00:00 | 0 | |
build.curve.properties | 1970-01-01 01:00:00 | 0 | |
build.curve.xml | 1970-01-01 01:00:00 | 0 | |
build.easing.properties | 1970-01-01 01:00:00 | 0 | |
build.easing.xml | 1970-01-01 01:00:00 | 0 | |
build.node-plugin.properties | 1970-01-01 01:00:00 | 0 | |
build.node-plugin.xml | 1970-01-01 01:00:00 | 0 | |
build.scroll.properties | 1970-01-01 01:00:00 | 0 | |
build.scroll.xml | 1970-01-01 01:00:00 | 0 | |
build.shape-transform.properties | 1970-01-01 01:00:00 | 0 | |
build.shape-transform.xml | 1970-01-01 01:00:00 | 0 | |
build.xml | 2010-06-17 03:52:15 | 699 | |
build.xy.properties | 1970-01-01 01:00:00 | 0 | |
build.xy.xml | 1970-01-01 01:00:00 | 0 | |
docs | 2012-03-28 22:41:28 | 16 | |
HISTORY.md | 2011-12-12 06:52:34 | 2.2 KiB | |
js | 2012-03-15 00:24:44 | 25 | |
meta | 2011-06-20 22:58:51 | 3 | |
README.md | 2011-08-10 09:34:32 | 839 | |
tests | 2012-03-29 00:20:55 | 10 |
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.