ITiming Properties

The ITiming type exposes the following members.

Properties
  NameDescription
Public propertyAccelerate
Describes the percentage of duration accelerate behavior effect. Read/write Single.
Public propertyAutoReverse
Describes whether to automatically play the animation in reverse after playing it in the forward direction. Read/write Boolean.
Public propertyDecelerate
Describes the percentage of duration decelerate behavior effect. Read/write Single.
Public propertyDuration
Describes the duration of animation effect. Read/write Single.
Public propertyRepeatCount
Describes the number of times the effect should repeat. Read/write Single.
Public propertyRepeatDuration
Describes the number of times the effect should repeat. Read/write Single.
Public propertyRestart
Specifies if a effect is to restart after complete. Read/write EffectRestartType.
Public propertySpeed
Specifies the percentage by which to speed up (or slow down) the timing. Read/write Single.
Public propertyTriggerDelayTime
Describes delay time after trigger. Read/write Single.
Public propertyTriggerType
Describes trigger type. Read/write EffectTriggerType.
See Also