Search
ShakeAnimation Members
Properties Methods
 


Animates horizontal position of nodes.

The following tables list the members exposed by the ShakeAnimation type.

 Public Properties

  Name Description

animationType

Gets or sets the type of the animation. (Inherited from Animation.)

duration

Gets or sets the duration of the animation function in milliseconds. (Inherited from Animation.)

easingType

Gets or sets the easing type of the animation. (Inherited from Animation.)

fromValue

Gets or sets the initial value of the property that will be animated. (Inherited from Animation.)

isRunning

Indicates whether the animation is currently running. (Inherited from Animation.)

param

Gets or sets an optional value passed to the animation function. (Inherited from Animation.)

progress

Gets the progress of the current animation iteration. (Inherited from Animation.)

repeat

Gets or sets a value indicating whether to restart the animation after it completes. (Inherited from Animation.)

reverse

Gets or sets a value indicating whether to swap the from and to values after an animation loop completes. (Inherited from Animation.)

toValue

Gets or sets the target value of the property that will be animated. (Inherited from Animation.)

 Public Methods

  Name Description

addEventListener

Registers a single event listener on the Animation. (Inherited from Animation.)

dispose

Sys.IDisposable implementation. (Inherited from Animation.)

raiseEvent

Raises an event. (Inherited from Animation.)

removeEventListener

Removes a single event listener attached to the Animation. (Inherited from Animation.)

start

Starts or resumes the animation. (Inherited from Animation.)

stop

Stops the animation. (Inherited from Animation.)

 See Also