The Wayback Machine - https://web.archive.org/web/20200926032726/https://github.com/elm-lang/animation-frame
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 

README.md

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

Topics

Resources

License

Packages

No packages published
You can’t perform that action at this time.