スケルトンローダー生成器
ジェネレーターとデザイン · 無料オンラインツール
スケルトンスクリーンのローディングアニメ CSS を生成。
機能
.skeleton {
width: 100%;
height: 16px;
border-radius: 4px;
background-color: #1e293b;
background-image: linear-gradient(
90deg,
#1e293b 0%,
#334155 50%,
#1e293b 100%
);
background-size: 200% 100%;
animation: skeleton-shimmer 1.5s linear infinite;
}
@keyframes skeleton-shimmer {
0% { background-position: 200% 0; }
100% { background-position: -200% 0; }
}3 種の形状
任意の UI プレースホルダ用のテキストバー、長方形、円。
シマーアニメーション
@keyframes で速度調整可能な linear-gradient シマー。
ブランドカラー
ベース色とハイライト色を設定してテーマに合わせる。
スケルトンローダー生成器の使い方
- 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.
関連ツール
Glassmorphism 生成器
すりガラス効果の CSS(ブラー + 透明度)を生成。
Neumorphism 生成器
ニューモーフィック UI スタイルの CSS を生成。
CSS Clip-Path 生成器
パスを視覚的に描画して clip-path を生成。
Cubic Bezier 生成器
ベジェ曲線を視覚的に調整してイージング関数を生成。
CSS Easing 生成器
CSS transition-timing-function を生成しプレビュー。
Tailwind カラーファインダー
ある色に最も近い Tailwind カラーパレットクラスを検索。
Material カラーピッカー
Material Design カラーパレットピッカー、色値を出力。
多角形シェイプ生成器
多角形/星形の SVG と clip-path を生成。