• Hilmi Erdem KEREN's avatar
    requestAnimationFrame optimization (#4115) · 03db6495
    Hilmi Erdem KEREN authored
    * requestAnimationFrame optimization
    
    Optimizes animation by doing the following changes:
    
    - Moves offsetWidth, innerWidth like expensive calculations out of requestAnimationFrame
    - Adds menu mode change control before requesting the animation frame
    
    * fix: Uses object destructuring to read state property
    03db6495
Info.js 3.22 KB