Hacker News new | ask | show | jobs
by kenferry 1289 days ago
The standard path for animation on iOS is that the developer provides new target values (ie the location of something) on the main thread, but the animation and rendering does not block the main thread.

This blog post is about enabling Lottie to use that path.