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
fix(dashboards): Improve performance of Widget Builder animations (#102427)
Peeled from #102415. Changes the
Widget Builder (and Slideout Panel) animations to use `transform`. This
forces Framer Motion to use GPU-accelerated animations rather than
`requestAnimationFrame`. This noticeably improves performance when the
main thread is busy (e.g., in the Widget Builder, all the time) and
reduces jitter.
0 commit comments