Documentation

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



View Source or Submit Corrections for this Documentation Page
Copyright © 2008-2024 Nitrogen Web Framework. Released under the MIT License.