-
Notifications
You must be signed in to change notification settings - Fork 1
AnimationExtender
An extender used to play animations when a control's events fire.
Name | Description |
---|---|
OnClick | OnClick animation |
OnHoverOut | OnHoverOut animation |
OnHoverOver | OnHoverOver animation |
OnLoad | OnLoad animation |
OnMouseOut | OnMouseOut animation |
OnMouseOver | OnMouseOver animation |
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. Setting the OnLoad property will cause it to be played immediately |
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 |
Name | Description |
---|---|
playOnClick() | Plays animation. |
playOnMouseOut() | Plays OnMouseOver/OnHoverOver animations |
playOnMouseOver() | Plays OnMouseOver/OnHoverOver animations |
Generic OnLoad Animation's JSON definition. Setting the OnLoad property will cause it to be played immediately
Getter name: get_onLoad()
Setter name: set_onLoad(value)
Generic OnClick Animation's JSON definition
Getter name: get_onClick()
Setter name: set_onClick(value)
Generic OnMouseOver Animation's JSON definition
Getter name: get_onMouseOver()
Setter name: set_onMouseOver(value)
Generic OnMouseOut Animation's JSON definition
Getter name: get_onMouseOut()
Setter name: set_onMouseOut(value)
Generic OnHoverOver Animation's JSON definition
Getter name: get_onHoverOver()
Setter name: set_onHoverOver(value)
Generic OnHoverOut Animation's JSON definition
Getter name: get_onHoverOut()
Setter name: set_onHoverOut(value)
Generic OnLoad Animation's behavior
Getter name: get_onLoadBehavior()
Generic OnClick Animation's behavior
Getter name: get_onClickBehavior()
Generic OnMouseOver Animation's behavior
Getter name: get_onMouseOverBehavior()
Generic OnMouseOut Animation's behavior
Getter name: get_onMouseOutBehavior()
Generic OnHoverOver Animation's behavior
Getter name: get_onHoverOverBehavior()
Generic OnHoverOut Animation's behavior
Getter name: get_onHoverOutBehavior()
Plays animation.
Plays OnMouseOver/OnHoverOver animations
Plays OnMouseOver/OnHoverOver animations
This content was moved from https://ajaxcontroltoolkit.codeplex.com/documentation to this Documentation wiki. This is now the authoritative location of the AJAX Control Toolkit documentation.
- Step-by-Step Installation Guide
- Upgrading from v7.x and below
- Uninstalling the AJAX Control Toolkit
- Troubleshooting Installer Issues
- Updating the Project from CI Builds
Reference v16.1.1
Controls:
- Accordion
- AjaxFileUpload
- AreaChart
- AsyncFileUpload
- BarChart
- BubbleChart
- ComboBox
- Editor (deprecated)
- Gravatar
- LineChart
- NoBot
- PieChart
- Rating
- ReorderList
- Seadragon
- TabContainer
- TabPanel
Extenders:
- AlwaysVisibleControl
- Animation
- AutoComplete
- BalloonPopup
- Calendar
- CascadingDropDown
- CollapsiblePanel
- ColorPicker
- ConfirmButton
- DragPanel
- DropDown
- DropShadow
- DynamicPopulate
- FilteredTextBox
- HoverMenu
- HtmlEditor
- ListSearch
- MaskedEdit
- MaskedEditValidator
- ModalPopup
- MultiHandleSlider
- MutuallyExclusiveCheckBox
- NumericUpDown
- PagingBulletedList
- PasswordStrength
- PopupControl
- ResizableControl
- RoundedCorners
- Slider
- SlideShow
- TextBoxWatermark
- ToggleButton
- UpdatePanelAnimation
- ValidatorCallout