Slender
Look slim and neatStretches 34% upward from its base and springs back.
- Duration
- 1.06s
- Repeats
- No
- Easing
- ease-in-out
- Animates
- Scale scale
Show CSS
@keyframes onoma-hossori {
0% { transform: scale(1, 1); }
40% { transform: scale(0.88, 1.34); }
70% { transform: scale(1.03, 0.93); }
88% { transform: scale(1, 1.02); }
100% { transform: scale(1, 1); }
}
.onoma-hossori {
animation: onoma-hossori 1.06s ease-in-out both;
transform-origin: 50% 100%;
}
/* Reduced motion: no motion */
@media (prefers-reduced-motion: reduce) {
.onoma-hossori { animation: none; }
}