Skip to content

Instantly share code, notes, and snippets.

@asimpson
Created December 17, 2012 16:45
Show Gist options
  • Select an option

  • Save asimpson/4319706 to your computer and use it in GitHub Desktop.

Select an option

Save asimpson/4319706 to your computer and use it in GitHub Desktop.
setInterval, clearInterval
sliderAnimation: ->
window.setInterval ->
APP.SLIDER.runSlider $('.main-content .slider')
, 4000
anotherFunction: ->
window.clearInterval(APP.SLIDER.sliderAnimation)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment