CSS 애니메이션 생성기
생성기 및 디자인 · 무료 온라인 도구
키프레임을 시각적으로 편집하고 @keyframes 생성.
기능
키프레임
시작
끝
@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.
Can I customize colors and size?
Yes. Every generator exposes its own controls — foreground/background colors, dimensions, and error-correction level for QR codes.
Do the generated QR codes expire?
No. The QR code encodes your data directly into the image, so it keeps working indefinitely and does not depend on any redirect service.
관련 도구
CSS Text Shadow 생성기
다중 레이어 text-shadow CSS 생성.
플레이스홀더 이미지 생성기
사용자 지정 크기/색상/텍스트의 플레이스홀더 이미지 생성.
아바타 생성기
문자열에서 identicon 기하학적 아바타 생성.
스트라이프 패턴 생성기
조정 가능한 방향의 SVG/Canvas 스트라이프 패턴 생성.
도트 패턴 생성기
도트 격자 배경 패턴 생성, SVG 내보내기.
노이즈 패턴 생성기
Perlin/무작위 노이즈 텍스처 이미지 생성.
이미지에서 색상 추출
이미지에서 주요 색상 추출하여 팔레트 생성.
스켈레톤 로더 생성기
스켈레톤 화면 로딩 애니메이션 CSS 생성.