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
Using too large of a unit was causing the animations to jump
and/or seemingly animate at different rates. This was because
the animation speed was defined using Seconds, so any granularity
less than seconds was being dropped. Using per_millis was the fix.
0 commit comments