This repository has been archived by the owner on Oct 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 137
ResizeAnimation
MikhailTymchukDX edited this page Apr 12, 2017
·
2 revisions
- Animation
ResizeAnimation (inherits ParallelAnimation)
The ResizeAnimation changes the size of the target from its current value to the specified width and height.
Name | Description |
---|---|
height | New height of the element. |
unit | Length unit for the size of the target. The default value is 'px'. |
width | New width of the element. |
Name | Description |
---|---|
constructor(target, duration, fps, width, height, unit) | |
onStart() | The onStart method is called just before the animation is played each time. |
New height of the element.
Getter name: get_height()
Setter name: set_height(value)
Length unit for the size of the target. The default value is 'px'.
Getter name: get_unit()
Setter name: set_unit(value)
New width of the element.
Getter name: get_width()
Setter name: set_width(value)
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.
-
width
- Type: Number
- Description: New width of the target.
-
height
- Type: Number
- Description: New height of the target.
-
unit
- Type: String
- Description: Length unit for the size of the target. The default value is 'px'.
The onStart method is called just before the animation is played each time.
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