什么是 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