Animator.normalizedTime

Hello,

What is my normalizedTime for the function Animator.Play() when my Animation itself is 3 secounds long?

Thank you!

normalized time tells you how much of the animation passed in percents (or lets you set it)
0 (0%) is the start of the animation, while 1 (100%) is the end of it. If you set it to 0.5 that would mean it jumps to 50% through the animation (in your case to 1.5 seconds)