animation
Wait for an Animation in FramerX
How to wait for one animation to complete before starting the next one in a FramerX override using JS async/await.
Posted in animation, es6, javascript, framerx on by
CSS Animation Steps() Basics
Here we'll learn how to create a sprite sheet based animation for a Tiny Tower inspired character using CSS Animation and the steps() timing function.