Timeline Canceling

Hello. How do I interrupt and end (not stop) the execution of the animation timeline by boolean?

Try it like so:

You could also probably feed it with something like this:

image

But then the pending events won’t fire.

Didn’t help unfortunately. It turns out that there is a time scale with a duration of 15 seconds, a boolean variable is triggered somewhere at the 13th second. The timeline should break and end at this point, but instead it jumps to an end state which is reached at the 15th second.