Summary
Constructor used to ensure proper default values in the inspector.
Syntax
public FlexMotionTransition(float time = 0.3, Easing.Functions easing = null)
Parameters
Name | Type | Description |
---|---|---|
time | float | The duration of the transition. |
easing | Easing |
The easing function to use. |