Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

style: use requestAnimationFrame for auto pan #71

Merged
merged 9 commits into from
Feb 1, 2018

Commits on Dec 8, 2017

  1. fix: NaN bug caused by not specifying default prop value

    This occurs when scrolling with the mouse wheel.
    auroranil committed Dec 8, 2017
    Configuration menu
    Copy the full SHA
    36eabc8 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2018

  1. Configuration menu
    Copy the full SHA
    7eafdd8 View commit details
    Browse the repository at this point in the history
  2. style: use requestAnimationFrame for auto pan

    Delta values have been reduced so that the speed of the auto pan is roughly the same.
    
    Using requestAnimationFrame provides smoother auto panning than using setInterval with a large interval.
    auroranil committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    e7ed26a View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2018

  1. Configuration menu
    Copy the full SHA
    cbe2c55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89f629d View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2018

  1. Configuration menu
    Copy the full SHA
    5a46483 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b69794 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    452411d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dbeafd8 View commit details
    Browse the repository at this point in the history