Skip to content
This repository has been archived by the owner on Jan 11, 2022. It is now read-only.

[perf] scrolling #80

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Commits on Jul 9, 2020

  1. Improve scrolling performance

    By using requestAnimationFrame Safari runs much smoother.
    SassNinja committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    15d6a28 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2020

  1. Implement useAnimationFrame completely

    To not break the resize listener that params must be piped through to every css() call
    SassNinja committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    3bcf4ac View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2020

  1. Rework animationFrame implementation

    There too many css() calls to pass the boolean everywhere reliably (apart from not looking good). Though I'm simply toggling useAF on instance level.
    SassNinja committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    5d362ba View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2020

  1. Remove deprecated variable

    SassNinja committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    34ecde4 View commit details
    Browse the repository at this point in the history