Twitch
Sense somethingSwells to 103% and back in a steady rhythm, forever.
- Duration
- 0.36s
- Repeats
- Yes
- Easing
- ease-in-out
- Animates
- Scale scale
Show CSS
@keyframes onoma-hikuhiku {
0% { transform: scale(1, 1); }
50% { transform: scale(1.03, 1.03); }
100% { transform: scale(1, 1); }
}
.onoma-hikuhiku {
animation: onoma-hikuhiku 0.36s ease-in-out infinite both;
}
/* Reduced motion: no motion */
@media (prefers-reduced-motion: reduce) {
.onoma-hikuhiku { animation: none; }
}