forked from DevExpress/AjaxControlToolkit
-
Notifications
You must be signed in to change notification settings - Fork 1
FadeInAnimation
MikhailTymchukDX edited this page Dec 1, 2016
·
2 revisions
-
Animation
- ParentAnimation
-
FadeAnimation
- FadeInAnimation
- FadeOutAnimation
- PropertyAnimation
- ScaleAnimation
- Action
FadeInAnimation (inherits FadeAnimation)
The FadeInAnimation will fade the target in by moving from hidden to visible. It starts the animation the target's current opacity.
Name | Description |
---|---|
constructor(target, duration, fps, minimumOpacity, maximumOpacity, forceLayoutInIE) | |
onStart() | The onStart method is called just before the animation is played each time. |
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.
-
minimumOpacity
- Type: Number
- Description: Minimum opacity to use when fading in or out. Its value can range from between 0 to 1. The default value is 0.
-
maximumOpacity
- Type: Number
- Description: Maximum opacity to use when fading in or out. Its value can range from between 0 to 1. The default value is 1.
-
forceLayoutInIE
- Type: Boolean
- Description: whether or not we should force a layout to be created for Internet Explorer by giving it a width and setting its background color (the latter is required in case the user has ClearType enabled). The default value is true. This is obviously ignored when working in other browsers.
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
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