Skip to content

Instantly share code, notes, and snippets.

@AleksejDix
Created October 25, 2024 11:48
Show Gist options
  • Save AleksejDix/dbbb2c10944e606230c37eba2f043066 to your computer and use it in GitHub Desktop.
Save AleksejDix/dbbb2c10944e606230c37eba2f043066 to your computer and use it in GitHub Desktop.
css character stagering animation
.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