Animate Action Element
Home | Getting Started | API | Elements | Actions | Validators | Handlers | Configuration Options | Plugins | Mobile | Troubleshooting | About
Table of Contents
1 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.