Skip to main content
1y ago
1 reply
1y ago

Hi it semi depends on the runtime you're using. But the short answer is "no". Especially not if it's an animation timeline that is used within a state machine.

It'll be better to drive this logic entirely from code. So instead of having a 3 second timeline, you'd have a start and end timeline, and blend between those values, and use an input to control the progress.

You can then set the input from the runtime, for example a value between 0-100. Then the timer can be controlled through code at runtime.