Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 622 Bytes

animate.md

File metadata and controls

29 lines (16 loc) · 622 Bytes

Animate Action - #animate {}

Call JQuery UI's animate(options, speed, easing) on the target element.

Usage

   wf:wire(myDiv, #animate { options=[{width, 200}, {fontSize, "3em"}], speed=200 })

Attributes

  • options (key/value pairs) - CSS options to set during the animation.

  • speed (integer) - Speed of the effect, in milliseconds.

  • easing (atom) - Name of a JQuery easing.

See Also