Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Allows animations to be paused *now* #214

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 18, 2015

  1. Allows animations to be paused *now*

    Calls to _render will automatically enable pause, this wouldn't be an issue but the call to _render is called at some time in the future (especially if CADisplayLink is not configured).  This patch allows you to use state.paused = true at creation time.  By default, the animation will start in a non-paused state
    seo committed Feb 18, 2015
    Configuration menu
    Copy the full SHA
    7203f6e View commit details
    Browse the repository at this point in the history