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() #17

Open
cerebrl opened this issue Jul 11, 2013 · 0 comments
Open

requestAnimationFrame() #17

cerebrl opened this issue Jul 11, 2013 · 0 comments

Comments

@cerebrl
Copy link
Member

cerebrl commented Jul 11, 2013

@joshnh After some reading and research, I think we should probably start using requestAnimationFrame() to our newly developed JS components that need to kick off any CSS animation. Right now, we are using setTimeout(), but that's kind of a hack.

@NateJackman Since requestAnimationFrame() is not IE9- compatible, we should probably create a "polyfill" for it with phi-dom. We can easily have it fallback to setTimeout();

Thoughts?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant