Page History: Animation Reference
Compare Page Revisions
Page Revision: 2010/05/04 04:05
AnimationExtender Server Reference
Extender used to play animations when a control's events fire
AnimationExtender Server Properties
| Name | Description |
| OnClick |
OnClick Animation
|
| OnHoverOut |
OnHoverOut Animation
|
| OnHoverOver |
OnHoverOver Animation
|
| OnLoad |
OnLoad Animation
|
| OnMouseOut |
OnMouseOut Animation
|
| OnMouseOver |
OnMouseOver Animation
|
AnimationExtender Server Methods
| Name | Description |
| OnPreRender(System.EventArgs) |
Change any AnimationTarget references from server control IDs into the ClientIDs
that the animation scripts are expecting.
|
AnimationBehavior Client Reference
The AnimationBehavior allows us to associate animations (described by JSON) with events and
have them play when the events are fired. It relies heavily on the AJAX Control Toolkit
animation framework provided in Animation.js, and the GenericAnimationBehavior defined below.
AnimationBehavior Client Properties
| Name | Description |
| OnClick | Generic OnClick Animation's JSON definition |
| OnClickBehavior | Generic OnClick Animation's behavior |
| OnHoverOut | Generic OnHoverOut Animation's JSON definition |
| OnHoverOutBehavior | Generic OnHoverOut Animation's behavior |
| OnHoverOver | Generic OnHoverOver Animation's JSON definition |
| OnHoverOverBehavior | Generic OnHoverOver Animation's behavior |
| OnLoad | Generic OnLoad Animation's JSON definition |
| OnLoadBehavior | Generic OnLoad Animation's behavior |
| OnMouseOut | Generic OnMouseOut Animation's JSON definition |
| OnMouseOutBehavior | Generic OnMouseOut Animation's behavior |
| OnMouseOver | Generic OnMouseOver Animation's JSON definition |
| OnMouseOverBehavior | Generic OnMouseOver Animation's behavior |
AnimationBehavior Client Methods
| Name | Description |
| dispose |
Dispose of the animations/handlers
|
| initialize |
Setup the animations/handlers
|
| OnClick |
Play the OnClick animation
|
| OnMouseOut |
Play the OnMouseOver/OnHoverOver animations
|
| OnMouseOver |
Play the OnMouseOver/OnHoverOver animations
|