Is there a way to make the animation switch frames instantaneously without any timing functions like linear? I want the frames to transition directly between values without passing through any in-between stages.
For example:
0% -> top: 20px
100% -> top: 400px
I need it to immediately go to 400px in time t without transitioning through intermediate values like 100, 200, or 245.