🔧
CSS 애니메이션 생성기
생성기 및 디자인 · 무료 온라인 도구
키프레임을 시각적으로 편집하고 @keyframes 생성.
CoderNewbie 팀
기능
2s
0s
키프레임
시작
끝
@keyframes pulse {
from {
transform: scale(1);
opacity: 1;
}
to {
transform: scale(1.15);
opacity: 0.6;
}
}
.animated {
animation: pulse 2s ease-in-out 0s infinite alternate;
}키프레임 편집기
슬라이더로 scale 및 opacity from/to 값을 조정합니다.
모든 속성
지속 시간, 지연, 타이밍, 반복 및 방향 포함.
실시간 미리보기
조정하는 즉시 애니메이션이 재생되는 것을 확인하세요.
CSS 애니메이션 생성기 사용 방법
- 1Configure the generator settings (colors, size, format, etc.).
- 2Enter any required input text or data.
- 3Click generate to create the output.
- 4Download or copy the generated result.
주요 기능
- ✓100% 무료 — 가입, 구독, 광고 없음
- ✓브라우저에서만 실행 — 데이터는 기기를 떠나지 않습니다
- ✓빠르고 가벼움 — 즉시 결과 확인
- ✓크로스 플랫폼 — 데스크톱, 태블릿, 모바일 지원
자주 묻는 질문
Can I use the generated content commercially?
Yes, all generated content (QR codes, gradients, colors) is free for personal and commercial use.
What output formats are available?
QR codes can be downloaded as PNG or SVG. Gradients generate CSS code. Colors output in HEX, RGB, and HSL.