This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
Refactor transitions/transforms #126
Labels
performance
Speed, stability, CPU usage, memory usage, or power usage
We should be more explicit about finding situations where we need a rerender vs. situations where the animation values didn't change. This is especially true for the timeout transition, which only changes a value after a certain time, but does not change the value inbetween. In those cases, we should be smart about not needing to iterate through the event loop and only wake up the event loop once the timeout is up.
The text was updated successfully, but these errors were encountered: