Bounce In

보통

튀면서 나타나는 애니메이션

#scroll#javascript#animation

라이브 데모

🎈 Bounce In

코드

animations.css
.bounce-in.visible {
  animation: bounce 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}