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
The current version of Shifty causes excessive CPU usage due to frequent requestAnimationFrame calls, impacting performance across major browsers. This issue is particularly noticeable in idle states.
A PR has been created to address this problem by upgrading Shifty to version 3.0.4, which includes optimizations to reduce CPU load. The PR is available here: #310