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

Fix _smoothScrolling state at animateTo animation end #454

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

Commits on Feb 19, 2014

  1. Fix _smoothScrolling state at animateTo animation end

    Update the state of _smoothScrolling state when animateTo animation ends
    so that the smooth scroll doesn't trigger on the next render loop.
    ewan committed Feb 19, 2014
    Configuration menu
    Copy the full SHA
    f538384 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2014

  1. Changed which variable to use when updating _smoothScrolling state

    Apparently the _instance.getScrollTop() doesn't always return the right
    value so switched to renderTop.
    ewan committed Mar 4, 2014
    Configuration menu
    Copy the full SHA
    fe04e20 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2014

  1. Merge pull request #1 from Prinzhorn/master

    merging upstream
    ewanm89 committed Aug 27, 2014
    Configuration menu
    Copy the full SHA
    3cc0a48 View commit details
    Browse the repository at this point in the history