Puff up plump
Highlight a badgeSwells softly to 113% and back.
- Duration
- 0.74s
- Repeats
- No
- Easing
- ease-in-out
- Animates
- Scale scale
Show CSS
@keyframes onoma-pukkuri {
0% { transform: scale(1, 1); }
50% { transform: scale(1.13, 1.13); }
100% { transform: scale(1, 1); }
}
.onoma-pukkuri {
animation: onoma-pukkuri 0.74s ease-in-out both;
}
/* Reduced motion: no motion */
@media (prefers-reduced-motion: reduce) {
.onoma-pukkuri { animation: none; }
}