VectSharp 2.6.1
A light library for C# vector graphics
|
Describes the transition between two successive Frames. More...
Public Member Functions | |
Transition (double duration, IEasing easing=null, Dictionary< string, IEasing > easings=null) | |
Creates a new Transition with the specified duration and easings. More... | |
Properties | |
double | Duration [get] |
The duration of the transition, in milliseconds. More... | |
IEasing | OverallEasing = null [get] |
The IEasing to apply to all elements for which another easing is not specified. Set to null to use the default linear easing. More... | |
Dictionary< string, IEasing > | Easings = null [get] |
A dictionary associating graphic action tags to the corresponding IEasing. More... | |
Describes the transition between two successive Frames.
Definition at line 1371 of file Animation.cs.
VectSharp.Transition.Transition | ( | double | duration, |
IEasing | easing = null , |
||
Dictionary< string, IEasing > | easings = null |
||
) |
Creates a new Transition with the specified duration and easings.
duration | The duration of the transition, in milliseconds. |
easing | The IEasing to apply to all elements for which another easing is not specified. Set to null to use the default linear easing. |
easings | A dictionary associating graphic action tags to the corresponding IEasing. |
Definition at line 1394 of file Animation.cs.
|
get |
The duration of the transition, in milliseconds.
Definition at line 1376 of file Animation.cs.
|
get |
A dictionary associating graphic action tags to the corresponding IEasing.
Definition at line 1386 of file Animation.cs.
|
get |
The IEasing to apply to all elements for which another easing is not specified. Set to null to use the default linear easing.
Definition at line 1381 of file Animation.cs.