Wednesday, December 28, 2011

AnimationExtender in ajax

Definition:
The AnimationExtender is a simple extender that allows you to utilize the powerful animation framework with existing pages in an easy, declarative fashion. It plays animations whenever a specific event like OnLoadOnClickOnMouseOver, or OnMouseOut is raised by the target control.


Property






  • TargetControlID - ID of the target control whose events are used to animate (this is also the default target of the animations)
  • OnLoad - Generic animation played as soon as the page is loaded
  • OnClick - Generic animation played when the target control is clicked
  • OnMouseOver - Generic animation played when the mouse moves over the target control
  • OnMouseOut - Generic animation played when the mouse moves out of the target control
  • OnHoverOver - Generic animation similar to OnMouseOver except it will stop the OnHoverOut animation before it plays
  • OnHoverOut - Generic animation similar to OnMouseOut except it will stop the OnHoverOver animation before it plays

For Example:Click to view
Next>> (CalenderExtender)         (Alwaysvisibleextender)<<Back            

No comments:

Post a Comment