OnomaUI

akuseku motion

The motion for "toil away nonstop".

あくせく1 motionOfficial

Sample

Toil away nonstop

Show work in progress

Lifts 10%, then lands with a thud, squashing 6%, forever.

Duration
0.6s
Repeats
Yes
Easing
ease-in-out
Animates
Position · Scale translate scale
Show CSS
@keyframes onoma-akuseku {
  0% { transform: translate(0%, 0%) scale(1, 1); animation-timing-function: ease-out; }
  25% { transform: translate(0%, -10%) scale(1, 1); animation-timing-function: cubic-bezier(.6,0,1,.6); }
  42% { transform: translate(0%, 0%) scale(1.06, 0.94); animation-timing-function: ease-out; }
  60% { transform: translate(0%, 0%) scale(1, 1); }
  100% { transform: translate(0%, 0%) scale(1, 1); }
}

.onoma-akuseku {
  animation: onoma-akuseku 0.6s ease-in-out infinite both;
  transform-origin: 50% 100%;
}

/* Reduced motion: no motion */
@media (prefers-reduced-motion: reduce) {
  .onoma-akuseku { animation: none; }
}

Compare with similar motions