Gate animate
动效优化 / Animation. Adds motion, transitions, and UI animations. Use when the user wants to add animation effects to their site.From its SKILL.md
npx -y skills add lennney/gate-all-skills --skill gate-animateAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
0.7 KB, 165 tokens by cl100k_base, as published. Nobody here has run it
问:"想在哪加动效?比如页面切换、滚动渐入、按钮反馈。"
实现后告诉用户: "加了滚动渐入效果——用户往下翻的时候内容会平滑地出现,不会那么突兀。按钮加了悬停变色反馈——鼠标放上去会有轻微变化,用户知道这个可以点。"
优先 CSS 实现,不够用 Framer Motion。尊重 prefers-reduced-motion(有些用户不喜欢动效,系统设置里关了就不会显示)。
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.