Back to search
2Views
0Likes
0Downloads
Code · Live Preview
Componenthtml
.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.
abapchpads pas hpas hdgpah sdpoha dspogh asdpgh p
Added May 17, 2026
Discussion
Feedback, implementation tips, and usage notes.
0 threads
Comments
Sign in to join the conversation