Scale In

쉬움

크기 변화로 나타나는 애니메이션

#scroll#javascript#smooth

라이브 데모

⭐ Scale In

코드

animations.css
.scale-in.visible {
  opacity: 1;
  transform: scale(1);
}