Created
March 23, 2020 15:58
-
-
Save andre487/2541020a8a74a56673770db324961537 to your computer and use it in GitHub Desktop.
FMP interval
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script> | |
requestAnimationFrame(() => { | |
sendCounter('low-fmp-border') | |
requestAnimationFrame(() => { | |
sendCounter('high-fmp-border') | |
}) | |
}) | |
</script> | |
<div id="main">Main content</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment