Last active
June 3, 2020 15:28
-
-
Save 0x04/5f5f282b306a9373ae3d3d73ef6c6641 to your computer and use it in GitHub Desktop.
Show element by element: https://diana-adrianne.com/purecss-gaze/
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
document.querySelectorAll('.frame *') | |
.forEach((e, i) => { | |
e.style.visibility = 'hidden'; | |
setTimeout(() => e.style.visibility = 'visible', i * 100); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Result captured with ScreenToGif.