ToolPal

CSS ローダージェネレーター

JavaScriptなしで動くCSSローディングスピナーを作成。6つのスタイルに加え、色・サイズ・速度を自由にカスタマイズし、HTMLとCSSをそのままコピーできます。

ここにあるローダーはすべて純粋なCSSです — GIFもSVGもJSアニメライブラリも不要。キーフレームはtransform/opacityのみを動かすのでGPU加速が効き、忙しいページでもなめらかです。スクリーンリーダーに状態を伝えるためrole='status'とaria-labelを忘れずに。

使い方

JavaScriptなしで動くCSSローディングスピナーを作成。6つのスタイルに加え、色・サイズ・速度を自由にカスタマイズし、HTMLとCSSをそのままコピーできます。

  1. 1Pick a loader style. Spinner is the safe default; pulse and dots are friendlier; ripple draws attention if you want to interrupt.
  2. 2Set your brand color. The default indigo is a placeholder — match the loader to a primary CTA color so it reads as part of your UI rather than a stock widget.
  3. 3Adjust size for context. 32–48px works inside buttons, 64–80px for inline page loaders, 100px+ only when the loader is the page (full-screen splash).
  4. 4Tune speed. Under 0.6s feels frantic; 0.8–1.2s is the sweet spot; over 1.5s starts to feel like the page is broken. Faster ≠ better.
  5. 5Click Copy. The output bundles the HTML markup and the CSS — paste into your stylesheet and drop the <div class='loader'> wherever you need it.

主な機能

  • Six distinct loader styles — spinner, dual-ring, dots, bars, pulse, ripple — covering every common UI need
  • Live preview that updates as you change color, size, speed, and stroke thickness
  • Outputs ready-to-paste HTML + CSS — no JS, no SVG, no GIF, no external library
  • GPU-friendly keyframes (transform/opacity only) so the animation stays smooth on busy pages
  • Built-in role='status' and aria-label so the loader is accessible to screen readers out of the box

よくある質問

詳しく読む