Bounce In
보통튀면서 나타나는 애니메이션
라이브 데모
🎈 Bounce In
코드
animations.css
.bounce-in.visible {
animation: bounce 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}튀면서 나타나는 애니메이션
🎈 Bounce In
.bounce-in.visible {
animation: bounce 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}