See Also

This class has no related objects.

Enumerations

Name Values

This class exposes no enumerations.

Constants

Name Type Value

This class exposes no constants.

Events

Definition Description

This class exposes no events.

Methods

Definition Description
Constructor(Name as String, StartValue as Double, EndValue as Double, Length as Double = 250, Easing as GraffitiAnimator.Easings = GraffitiAnimator.Easings.Linear) Returns a new GraffitiAnimatorOperation object with the specified property values.

Properties

Name Type Default Value Description
Easing GraffitiAnimator.Easings Linear The easing function to apply to this animation operation.
Length Integer 250 Amount of time, in milliseconds, that the operation should take.
StartTime Double 0 The start time, in microseconds, of the animation. This should not be modified.
ValueEnd Double 0 The desired value of the current operation upon completion.
ValueStart Double 0 The value of the current operation at start.

Examples

This class currently has no examples.

Notes

This class currently has no notes.