UI • UX • CSS • HTML • TS • A11y • Tech • Music 🤟🏻
.char {
animation-delay: calc(
sin((var(--index) / var(--total)) * 90deg) *
var(--duration)
);
}
p.s sorry for all the text effects 😬 was asked for this one in the other place
.char {
animation-delay: calc(
sin((var(--index) / var(--total)) * 90deg) *
var(--duration)
);
}
p.s sorry for all the text effects 😬 was asked for this one in the other place