anim Module
+ + + + +
+
+
+
+
+The Animation Utility provides an API for creating advanced transitions.
+
+
+
+
+
+
+
+ This module provides the following classes:
+ +-
+
+
- + + Anim + + + +
- + + Easing + + + +
- + + Plugin.NodeFX + + + +
+
+
+This module is a rollup of the following modules:
+ +-
+
+
-
+
+ anim-base
+
+
+ + Provides the base Anim class, for animating numeric properties. ++
+
+
-
+
+ anim-color
+
+
+ + Adds support for color properties in+
to+andfromattributes. +
+
+ -
+
+ anim-curve
+
+
+ + Adds support for the+
curveproperty for theto+attribute. A curve is zero or more control points and an end point. +
+
+ -
+
+ anim-easing
+
+
+ + The easing module provides methods for customizing +how an animation behaves during each run. ++
+
+
-
+
+ anim-node-plugin
+
+
+ + Binds an Anim instance to a Node instance ++
+
+
-
+
+ anim-scroll
+
+
+ + Adds support for the+
scrollproperty into+andfromattributes. +
+
+ -
+
+ anim-shape
+
+
+ + Adds support for the+
transformandfillattributes ofGraphic+andShapeinstances. Theanim-shapesubmodule can be used for all animations +involvingGraphicShapeattributes. +
+
+ -
+
+ anim-shape-transform
+
+
+ + Adds support for the+
transformattribute ofGraphic+Shapeinstances. +
+
+ -
+
+ anim-xy
+
+
+ + Adds support for the+
xyproperty infromand +toattributes. +
+
+
