Splat flat
Fail / get squashedSquashes 55% as if pressed from above, then bounces back.
- Duration
- 0.56s
- Repeats
- No
- Easing
- ease-in-out
- Animates
- Scale scale
Show CSS
@keyframes onoma-becha {
0% { transform: scale(1, 1); }
30% { transform: scale(1.33, 0.45); }
60% { transform: scale(0.92, 1.11); }
82% { transform: scale(1.03, 0.97); }
100% { transform: scale(1, 1); }
}
.onoma-becha {
animation: onoma-becha 0.56s ease-in-out both;
transform-origin: 50% 100%;
}
/* Reduced motion: no motion */
@media (prefers-reduced-motion: reduce) {
.onoma-becha { animation: none; }
}