Animates horizontal position of nodes.
The following tables list the members exposed by the ShakeAnimation type.
Name | Description | |
---|---|---|
Gets or sets the type of the animation. (Inherited from Animation.) |
||
Gets or sets the duration of the animation function in milliseconds. (Inherited from Animation.) |
||
Gets or sets the easing type of the animation. (Inherited from Animation.) |
||
Gets or sets the initial value of the property that will be animated. (Inherited from Animation.) |
||
Indicates whether the animation is currently running. (Inherited from Animation.) |
||
Gets or sets an optional value passed to the animation function. (Inherited from Animation.) |
||
Gets the progress of the current animation iteration. (Inherited from Animation.) |
||
Gets or sets a value indicating whether to restart the animation after it completes. (Inherited from Animation.) |
||
Gets or sets a value indicating whether to swap the from and to values after an animation loop completes. (Inherited from Animation.) |
||
Gets or sets the target value of the property that will be animated. (Inherited from Animation.) |
Name | Description | |
---|---|---|
Registers a single event listener on the Animation. (Inherited from Animation.) |
||
Sys.IDisposable implementation. (Inherited from Animation.) |
||
Raises an event. (Inherited from Animation.) |
||
Removes a single event listener attached to the Animation. (Inherited from Animation.) |
||
Starts or resumes the animation. (Inherited from Animation.) |
||
Stops the animation. (Inherited from Animation.) |