🔧
スケルトンローダー生成器
ジェネレーターとデザイン · 無料オンラインツール
スケルトンスクリーンのローディングアニメ CSS を生成。
CoderNewbie チーム
機能
100%
16px
1.5s
Base
Highlight
.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.