TransitionElement Class Members
The following tables list the members exposed by TransitionElement.
Public Constructors
Name | Description | |
---|---|---|
TransitionElement Constructor | Constructor. |
Public Properties
Name | Description | |
---|---|---|
EndTime | The percentage of elapsed time, expressed as (for example) 75 for 75%. | |
EndValue | 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%. | |
InterpolationMethod | The interpolation method to use when moving between the previous value and the current one. |
See Also