Namespacedojox.fx


Including this package includes all the Base and Core fx packages.

A package of animations, and FX-related code, extending Dojo Core fx.

Jump to PropertiesJump to FunctionsJump to ConstructorsNamespacesBack to top

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

Jump to PropertiesJump to FunctionsJump to NamespacesConstructorsBack to top

Constructordojox.fx.Shadow(params: Object?, srcNodeRef: DomNode|String)
Adds a drop-shadow to a node.
a custom _Line to accomodate multi-dimensional values

Jump to PropertiesJump to ConstructorsJump to NamespacesFunctionsBack to top

Animate the effects of adding a class to a node
Returns an animation cross fading two element simultaneously
Highlight a node
Animate the effects of removing a class from a node
Create an animation that will size a node
Returns an animation to slide a node by a defined offset.
Returns an animation that will smooth-scroll to a node (specified in etup())
Functiondojox.fx.toggleClass(node: DomNode|String, cssClass: String, condition: Boolean?)
Animate the effects of Toggling a class on a Node
Animate a node wiping to a specific width or height
calclate the difference in style properties between two states
uses a dojo.getComputedStyle(node) cache reference and iterates through the 'documented/supported animate-able' properties.

Jump to FunctionsJump to ConstructorsJump to NamespacesPropertiesBack to top

Module to provide scroll-related FX
Module to provide CSS animations