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