Back to search
3Views
0Likes
0Downloads
Code · Live Preview
Componenthtml
/* style.css */
.text-animation {
font-size: 3rem;
font-weight: bold;
font-family:
system-ui,
-apple-system,
sans-serif;
}
.text-animation {
display: flex;
}
.char {
display: inline-block;
animation: wave 1.5s ease-in-out infinite;
}
@keyframes wave {
0%,
100% {
transform: translateY(0);
}
50% {
transform: translateY(-10px);
}
}
Detecting libraries...
Component details
Overview, install command, dependencies, and project links.
asdfo sad asdfh asdh fash dfohas dfofahs dfi assdoifasdf
Added May 17, 2026
Discussion
Feedback, implementation tips, and usage notes.
0 threads
Comments
Sign in to join the conversation