stacked-cards とは?
適切な Z インデックス順序とホバー リフト アニメーションを使用して、水平方向に扇形/カスケード状のカード スタックを作成します。アルバム ブラウザ、カード ファン、積み重ねられたプレビュー、または重複するカード コレクションを構築するときに使用します。 ソース: ainergiz/design-inspirations。
適切な Z インデックス順序とホバー リフト アニメーションを使用して、水平方向に扇形/カスケード状のカード スタックを作成します。アルバム ブラウザ、カード ファン、積み重ねられたプレビュー、または重複するカード コレクションを構築するときに使用します。
コマンドラインで stacked-cards AI スキルを開発環境にすばやくインストール
ソース: ainergiz/design-inspirations。
Build horizontally cascading card stacks where cards overlap in order, with hover animations that lift cards in place without breaking the cascade.
Why? DOM order determines stacking when z-index values are the same within a parent. By rendering in reverse, the first logical card is the last DOM element, appearing on top.
Why? When you change z-index on hover, the card jumps to the front, breaking the visual illusion of a physical stack. Real cards lift UP in place while staying behind cards in front.
適切な Z インデックス順序とホバー リフト アニメーションを使用して、水平方向に扇形/カスケード状のカード スタックを作成します。アルバム ブラウザ、カード ファン、積み重ねられたプレビュー、または重複するカード コレクションを構築するときに使用します。 ソース: ainergiz/design-inspirations。
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/ainergiz/design-inspirations --skill stacked-cards適切な Z インデックス順序とホバー リフト アニメーションを使用して、水平方向に扇形/カスケード状のカード スタックを作成します。アルバム ブラウザ、カード ファン、積み重ねられたプレビュー、または重複するカード コレクションを構築するときに使用します。 ソース: ainergiz/design-inspirations。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/ainergiz/design-inspirations --skill stacked-cards インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/ainergiz/design-inspirations