AnimatorTransitionInfo.duration
Name | Type |
---|---|
duration | number |
Description
Duration of the transition.
Extra Detail
Depending on AnimatorTransitionInfo.durationUnit the duration can either be expressed in seconds (i.e. DurationUnit.Fixed) or in percentage (i.e. DurationUnit.Normalized). A normalized duration is based on the source state duration.