How do you watch for animationevents in Swift? I have a move animation which has a duration (timingFunction) of 3 seconds and need to be alerted when the move operation on an Entity is complete.
I need to be altered for: AnimationEvents.PlaybackCompleted. How do you set up this event alert watcher in it's own thread or closure in Swift5.0?