runspired / ember-run-raf

Use requestAnimationFrame with Backburner
MIT License
26 stars 15 forks source link

Q: Usage #4

Closed basz closed 8 years ago

basz commented 8 years ago

I don't see any usage. Am I right in guessing a developer doesn't have to do anything?

Even when you state "using run.scheduleOnce + requestAnimationFrame has turned out to be a hugely better throttle mechanism than run.throttle".

runspired commented 8 years ago

Correct, it just needs to be installed.

basz commented 8 years ago

Okay thanks