-
Notifications
You must be signed in to change notification settings - Fork 137
ParallelAnimation
- Animation
ParallelAnimation (inherits ParentAnimation)
The ParallelAnimation plays several animations simultaneously. It inherits from Sys.Extended.UI.Animation.ParentAnimation, but makes itself the owner of all its child animations to allow the use a single timer and syncrhonization mechanisms shared with all the children (in other words, the duration properties of any child animations are ignored in favor of the parent's duration). It is very useful in creating sophisticated effects through combination of simpler animations.
Name | Description |
---|---|
add(animation) | Add an animation as a child of this animation and make ourselves its owner. |
constructor(target, duration, fps, animations) | |
onEnd() | Finish playing all of the child animations. |
onStart() | Get the child animations ready to play. |
onStart(percentage) | Progress the child animations through each frame. |
Add an animation as a child of this animation and make ourselves its owner.
Params:
-
animation
- Type: Object
- Description: Child animation to add.
Params:
-
target
- Type: Object
- Description: Target of the animation.
-
duration
- Type: Number
- Description: Length of the animation in seconds. The default is 1.
-
fps
- Type: Number
- Description: Number of steps per second. The default is 25.
-
animations
- Type: Object
- Description: Array of child animations.
Finish playing all of the child animations.
Get the child animations ready to play.
Progress the child animations through each frame.
Params:
-
percentage
- Type: Number
- Description: Percentage of the animation already complete.
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
- How to Use Bundling and CDN
- Creating a Custom Localization
- Creating a Custom Control
- Design Standards
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