This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
semaphore
mirror of
https://github.com/NickColley/semaphore.git
Watch
1
Star
0
Fork
You've already forked semaphore
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9210afe0c3
semaphore
/
routes
/
_utils
/
doubleRAF.js
4 lines
92 B
JavaScript
Raw
Blame
History
export
function
doubleRAF
(
fn
)
{
requestAnimationFrame
(
(
)
=>
requestAnimationFrame
(
fn
)
)
}
Reference in New Issue
View Git Blame
Copy Permalink