As of Lottie 4.0, the current solution we have for observing animations with CVDisplayLink and CADisplayLink have stopped working when rendering animations with their new Core Animation engine.
For now, we can use the legacy Main Thread engine to use the framerate/progress observers, but we'll have to sort it out what's causing the display link to break on the newer engine
If anyone has an possible solution in mind, feel free to discuss it below. You're also very welcome to contribute with a pull request!
As of Lottie 4.0, the current solution we have for observing animations with CVDisplayLink and CADisplayLink have stopped working when rendering animations with their new Core Animation engine.
For now, we can use the legacy Main Thread engine to use the framerate/progress observers, but we'll have to sort it out what's causing the display link to break on the newer engine
If anyone has an possible solution in mind, feel free to discuss it below. You're also very welcome to contribute with a pull request!