Animation by time seconds issues

Hi. I have some animations sequence that have character. but i need that transitions of this animation works in exact time i need. in automatic rule this transition not work that way i wrote

Hi dronlucky,

I don’t think there is a node to get the time of a playing animation but an animation notify event may help you get the end result you’re looking for

Hope this helps!

Depends on what you are trying to do -

Animation notifies let you attach events to occur at specific points on frame.

You can also use TimeRemaining nodes in animgraph to define when state transition occurs.