Login Register Help
API Documentation
Choose a stylesheet:

Namespacedojo.fx

Effects library on top of Base animations

Jump to FunctionsJump to ConstructorsNamespacesBack to top

Collection of easing functions to use beyond the default dojo._defaultEasing

Jump to FunctionsJump to NamespacesConstructorsBack to top

Jump to ConstructorsJump to NamespacesFunctionsBack to top

Functiondojo.fx.chain(animations: dojo._Animation[]): dojo._Animation
Chain a list of dojo._Animation s to run in sequence
Functiondojo.fx.combine(animations: dojo._Animation[]): dojo._Animation
Combine an array of dojo._Animations to run in parallel
Returns an animation that will slide "node" defined in args Object from its current position to the position defined by (args.left, args.top).
Returns an animation that will expand the node defined in 'args' object from it's current height to it's natural height (with no scrollbar). Node must have no margin/border/padding.
Returns an animation that will shrink node defined in "args" from it's current height to 1px, and then hide it.