You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When messing with the speed of time is not needed, we can greatly increase the efficiency of many animations by allowing CSS to render them naturally, instead of using the negative time trick to step through them on the CPU with JS.
With time-travel enabled, we must use the -{delay}ms paused to step through the animation on each frame:
When messing with the speed of time is not needed, we can greatly increase the efficiency of many animations by allowing CSS to render them naturally, instead of using the negative time trick to step through them on the CPU with JS.
With time-travel enabled, we must use the
-{delay}ms paused
to step through the animation on each frame:But with time-travel disabled, we can start the animation on the GPU and let it run normally without
-{delay}ms paused
:The text was updated successfully, but these errors were encountered: