AIGPAIGP

CSS-only Animated Loading Spinner with @keyframes

P

Prompt

Create a pure CSS animated loading spinner using @keyframes. The spinner should have a smooth rotation animation with gradient colors and pulsing effect. Make it responsive and visually appealing without any JavaScript.

CODE PREVIEW

エディタを読み込み中…

AIとの対話に追加する一言

プロンプトと一緒にコピーして、AIがより正確に意図を汲み取れるようにします

このコードをそのまま使いたいので、CDNリンクも含めた完全なHTMLファイルとして出力してください。

初心者なので、各行にコメントを追加して、何をしているか説明してください。

このコードをWordPressのテーマに組み込む方法も教えてください。

動作確認済みのコードをお願いします。エラーが出る場合の対処法も含めて。

このチュートリアルでは、CSSの@keyframesアニメーションのみを使用して美しいローディングスピナーを作成する方法を紹介します。スピナーの特徴:

  • 滑らかな360度回転アニメーション
  • マルチカラーのグラデーションボーダー
  • 脈動するグロー効果
  • フェードするテキストアニメーション
  • 完全なレスポンシブデザイン
  • JavaScript不要

@keyframesルールを使用して、回転用のspin、グロー効果用のpulse、テキストの透明度用のfadeの3つの別々のアニメーションを作成しています。複数のアニメーションを同じ要素に同時に適用することができます。

Prompt Overview

This tutorial demonstrates how to create a beautiful loading spinner using only CSS @keyframes animations. The spinner features:

  • Smooth 360-degree rotation animation
  • Multi-colored gradient border
  • Pulsing glow effect
  • Fading text animation
  • Fully responsive design
  • No JavaScript required

The @keyframes rule is used to create three separate animations: spin for rotation, pulse for the glowing effect, and fade for the text opacity. Multiple animations can be applied to the same element simultaneously.

Was this prompt helpful?

Comments

Comments appear after moderation

この記事が役に立ったら投げ銭で応援

Apple Pay / Google Pay / カード (Visa/Mastercard/JCB/Amex) / Link / Alipay / WeChat Pay 対応 · Stripeで安全に決済

開発者が選ぶ最強ツール集

運営者が毎日使っているツール・ガジェット 6選

見る
Homeヘルプ