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

RequestAnimationFrame instead of setTimeOut #3

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

Commits on Nov 9, 2011

  1. Used requestAnimationFrame for polling.

    unknown authored and unknown committed Nov 9, 2011
    Configuration menu
    Copy the full SHA
    1d83cc0 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2011

  1. Add possibility to cancel the animation loop

    Added a shim for cancelAnimationFrame
    Updated requestAnimationFrame to return timeout_id
    Added routine to make sure the loop is stopped (Firefox does not yet implement cancelAnimationFrame)
    Zae committed Nov 12, 2011
    Configuration menu
    Copy the full SHA
    513a20b View commit details
    Browse the repository at this point in the history
  2. update minified code.

    *Used closure compiler
    Zae committed Nov 12, 2011
    Configuration menu
    Copy the full SHA
    66712f3 View commit details
    Browse the repository at this point in the history