Click or drag to resize

TransitionElement Class

[Missing <summary> documentation for "T:Transitions.TransitionElement"]

Inheritance Hierarchy
SystemObject
  TransitionsTransitionElement

Namespace:  Transitions
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
public class TransitionElement

The TransitionElement type exposes the following members.

Constructors
  NameDescription
Public methodTransitionElement
Constructor.
Top
Properties
  NameDescription
Public propertyEndTime
The percentage of elapsed time, expressed as (for example) 75 for 75%.
Public propertyEndValue
The value of the animated properties at the EndTime. This is the percentage movement of the properties between their start and end values. This should be expressed as (for example) 75 for 75%.
Public propertyInterpolationMethod
The interpolation method to use when moving between the previous value and the current one.
Top
See Also