This website requires JavaScript.
Explore
Help
Sign In
Mastodon
/
Pinafore-Web-Client-Frontend
mirror of
https://github.com/nolanlawson/pinafore
Watch
1
Star
0
Fork
You've already forked Pinafore-Web-Client-Frontend
0
Code
Issues
Releases
Wiki
Activity
7954a63588
Pinafore-Web-Client-Frontend
/
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