Summary
Sets the easing function to use during the transition.
It will impacts current and future transitions for every layers on the same mask layer.
Syntax
public FlexMotionLayer SetTransitionEasing(Easing.Functions value)
Parameters
Name | Type | Description |
---|---|---|
value | Easing |
The new duration of the transition. |
Return Value
Type | Description |
---|---|
FlexMotionLayer | The same instance of FlexMotionLayer , allowing chained method calls. |