Hey fellow devs! 👋 Just published a blog post on component composition in React - would love for you to check it out and share your thoughts!
dev.to/vaisakh_kris...
Hey fellow devs! 👋 Just published a blog post on component composition in React - would love for you to check it out and share your thoughts!
dev.to/vaisakh_kris...
.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