Created
October 25, 2024 11:48
-
-
Save AleksejDix/dbbb2c10944e606230c37eba2f043066 to your computer and use it in GitHub Desktop.
css character stagering animation
This file contains 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
.char { | |
animation-delay: calc( | |
sin((var(--index) / var(--total)) * 90deg) * | |
var(--duration) | |
); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment