AIGPAIGP

CSS-only Animated Gradient Border Cards

P

Prompt

Create a set of cards with animated gradient borders using only CSS @keyframes. The borders should continuously cycle through colors while the card content remains static. Include a hover effect that pauses the animation and scales the card slightly.

CODE PREVIEW

エディタを読み込み中…

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

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

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

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

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

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

この例では、CSSの@keyframesのみを使用して、アニメーションするグラデーションボーダーを持つ視覚的に魅力的なカードを作成する方法を示しています。この技術は、大きなサイズの背景グラデーションを使用し、それをアニメーション化することで動くボーダー効果を実現しています。ホバー時にはアニメーションが一時停止され、スムーズな拡大遷移が適用されます。

使用されている主なCSS機能:

  • アニメーションシーケンスを定義するための@keyframes
  • 要素よりも大きなグラデーションを作成するためのbackground-size: 400% 400%
  • グラデーションを移動させるためのbackground-positionアニメーション
  • ホバー時にアニメーションを停止するためのanimation-play-state: paused
  • スムーズな拡大効果のためのCSSトランジション

Prompt Overview

This example demonstrates how to create visually appealing cards with animated gradient borders using only CSS @keyframes. The technique uses a background gradient with a large size that's animated to create the moving border effect. The animation is paused on hover with a smooth scaling transition.

Key CSS features used:

  • @keyframes for defining the animation sequence
  • background-size: 400% 400% to create a gradient larger than the element
  • background-position animation to move the gradient
  • animation-play-state: paused on hover to stop the animation
  • CSS transitions for smooth scaling effects

Was this prompt helpful?

Comments

Comments appear after moderation

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

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

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

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

見る
Homeヘルプ