Skip to content

Instantly share code, notes, and snippets.

Created January 23, 2017 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/f718881f22376352fca097e2536a98ac to your computer and use it in GitHub Desktop.
Save anonymous/f718881f22376352fca097e2536a98ac to your computer and use it in GitHub Desktop.
ScrollComponent::updateContentInterval = ->
interval = Utils.interval 1/60, =>
@.updateContent()
Utils.delay Framer.Defaults.Animation.time, ->
window.clearInterval interval
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment