Skip to content

Somewhat low-level API for getting smoother animations with requestAnimationFrame

License

Notifications You must be signed in to change notification settings

Gozala/animation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Smooth Animations

Browsers have their own render loop, rerendering things as fast as possible. If you want smooth animations in your application, it is helpful to sync up with the browsers natural refresh rate.

This library helps you get messages in lockstep with the browser renders. This way you are not calculating too many or too few animation frames.

About

Somewhat low-level API for getting smoother animations with requestAnimationFrame

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Elm 88.7%
  • JavaScript 11.3%