Version: 2021.1
LanguageEnglish
  • C#

AnimatorTransitionInfo.duration

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

public float duration;

Description

Duration of the transition.

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.

Note: a normalized duration converted in seconds can change from frame to frame, since the source state duration can change depending on varying factors, like the weights in a blendtree.