Previous | Home | Next |
Animation Control Provide easily adding animation effects to web pages. It plays animations whenever a specific event like OnLoad, OnClick, OnMouseOver, or OnMouseOut is raised by the target control.
The sample below demonstrates a composite animation consisting of four primary animation actions, done in parallel:
- Move (to move the panel to its final location)
- Resize (to change the size of the panel)
- Fade (to fade the text in/out)
- Color (the flyout changes from gray to white and the text pulses red)
Animation Control Properties
- OnHoverOut
- TargetControlID
- OnMouseOver
- OnClick
- OnHoverOver
- OnMouseOut
- OnLoad
Previous | Home | Next |