Sổ Tay AI

CSS Animation Builder (Visual)

Visual builder cho CSS animation với 10 preset (fadeIn, bounce, pulse, spin, shake…). Tinh chỉnh duration, easing, iteration. Copy CSS sẵn dùng.

Hiệu ứng sẵn
Xem trước
CSS
 

Visual builder cho CSS animation. 10 preset đẹp + custom keyframes. Pattern @keyframes + animation shorthand chuẩn CSS.

CSS Animation 101

CSS animation gồm 2 phần: @keyframes định nghĩa các bước, và property animation áp dụng vào element.

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.element {
  animation: fadeIn 0.5s ease-out forwards;
}

Animation properties

Tip thực tế

Liên quan

Công cụ liên quan

Xem tất cả công cụ →