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 値を調整。
全プロパティ
duration、delay、timing、iterations、direction を網羅。
リアルタイムプレビュー
調整するとアニメーションが即座に再生されるのを確認。
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.
機能と特徴
- ✓完全無料 — 登録不要、サブスクリプションなし、広告なし
- ✓ブラウザ上で完全に動作 — データは端末から送信されません
- ✓高速・軽量 — 即座に結果を表示
- ✓クロスプラットフォーム — デスクトップ・タブレット・モバイル対応
よくある質問
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 を生成。