Updated Wiki: FadeAnimation
FadeAnimation Reference FadeAnimation Client Reference The FadeAnimation is used to fade an element in or out of view, depending on the provided , by settings its opacity. The minimum and maximum...
View ArticleUpdated Wiki: FadeInAnimation
FadeInAnimation Reference FadeInAnimation Client Reference The FadeInAnimation will fade the target in by moving from hidden to visible. It starts the animation the target's current opacity....
View ArticleUpdated Wiki: FadeOutAnimation
FadeOutAnimation Reference FadeOutAnimation Client Reference The FadeInAnimation will fade the element out by moving from visible to hidden. It starts the animation at the element's current opacity....
View ArticleUpdated Wiki: PulseAnimation
PulseAnimation Reference PulseAnimation Client Reference The PulseAnimation fades an element in and our repeatedly to create a pulsating effect. The iterations determines how many pulses there will be...
View ArticleUpdated Wiki: PropertyAnimation
PropertyAnimation Reference PropertyAnimation Client Reference The PropertyAnimation is a useful base animation that will assign the value from getAnimatedValue to a specified property. You can provide...
View ArticleUpdated Wiki: DiscreteAnimation
DiscreteAnimation Reference DiscreteAnimation Client Reference The DiscreteAnimation inherits from and sets the value of the property to the elements in a provided array of values. DiscreteAnimation...
View ArticleUpdated Wiki: InterpolatedAnimation
InterpolatedAnimation Reference InterpolatedAnimation Client Reference The InterpolatedAnimation assigns a range of values between startValue and endValue to the designated property....
View ArticleUpdated Wiki: InterpolatedAnimation
InterpolatedAnimation Reference InterpolatedAnimation Client Reference The InterpolatedAnimation assigns a range of values between startValue and endValue to the designated property....
View ArticleUpdated Wiki: ColorAnimation
ColorAnimation Reference ColorAnimation Client Reference The ColorAnimation transitions the value of the property between two colors (although it does ignore the alpha channel). The colors must be...
View ArticleUpdated Wiki: LengthAnimation
LengthAnimation Reference LengthAnimation Client Reference The LengthAnimation is identical to except it adds a unit to the value before assigning it to the property. LengthAnimation Client Properties...
View ArticleUpdated Wiki: MoveAnimation
MoveAnimation Reference MoveAnimation Client ReferenceMoveAnimation Client Properties Name Description animations Array of child animations to be played (there are no assumptions placed on order...
View ArticleUpdated Wiki: ResizeAnimation
ResizeAnimation Reference ResizeAnimation Client Reference The ResizeAnimation changes the size of the target from its current value to the specified width and height.!!ResizeAnimation Client...
View ArticleUpdated Wiki: ScaleAnimation
ScaleAnimation Reference ScaleAnimation Client Reference The ScaleAnimation scales the size of the target element by the given scaleFactor (i.e. a scaleFactor of .5 will shrink it in half and a...
View ArticleUpdated Wiki: Action
Action Reference Action Client Reference Action is a base class for all "non-animating" animations that provides empty implementations for abstract methods and adds a doAction method that will be...
View ArticleUpdated Wiki: EnableAction
EnableAction Reference EnableAction Client Reference The EnableAction changes whether or not the target is disabled. EnableAction Client Properties Name Description duration Length of the animation in...
View ArticleUpdated Wiki: EnableAction
EnableAction Reference EnableAction Client Reference The EnableAction changes whether or not the target is disabled. EnableAction Client Properties Name Description duration Length of the animation in...
View ArticleUpdated Wiki: HideAction
HideAction Reference HideAction Client Reference The HideAction simply hides the target from view (by setting its style's display attribute to 'none') HideAction Client Properties Name Description...
View ArticleUpdated Wiki: StyleAction
StyleAction Reference StyleAction Client ReferenceStyleAction Client Properties Name Description attribute Style attribute to set (this must be in a JavaScript friendly format, i.e. backgroundColor...
View ArticleUpdated Wiki: OpacityAction
OpacityAction Reference OpacityAction Client Reference OpacityAction allows you to set the opacity of the target OpacityAction Client Properties Name Description duration Length of the animation in...
View ArticleUpdated Wiki: OpacityAction
OpacityAction Reference OpacityAction Client Reference OpacityAction allows you to set the opacity of the target OpacityAction Client Properties Name Description duration Length of the animation in...
View Article