This website requires JavaScript.
Explore
Help
Sign In
nolanlawson
/
pinafore
forked from
cybrespace/pinafore
Watch
1
Star
0
Fork
You've already forked pinafore
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
bca959d1a3
pinafore
/
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