重要前提
安装AI Skills的关键前提是:必须科学上网,且开启TUN模式,这一点至关重要,直接决定安装能否顺利完成,在此郑重提醒三遍:科学上网,科学上网,科学上网。查看完整安装教程 →
elegance-sophistication by dylantarre/animation-principles
npx skills add https://github.com/dylantarre/animation-principles --skill elegance-sophistication创造传达精致、奢华与低调卓越的动画效果。
优雅源于克制且时机完美的运动。精致意味着动画因其质量而非数量被注意到——微妙的卓越胜过明显的努力。
极其轻微(0-5%)。精致的物体不变形——它们滑动。在整个运动过程中保持完美的比例。
微妙、精致的准备(100-150毫秒)。轻柔的重心转移,而非蓄力。优雅的运动平稳开始。
负空间与克制。让元素呼吸。单一焦点配以充裕的边距。少即是多。
避免使用。优雅需要控制与精确。每一帧都应是经过深思熟虑且精致的。
优雅、延长的沉降。如同丝绸飘落。长而平滑的减速,没有弹跳或晃动。
两端都采用延长的缓动。渐进、流畅的运动。使用 cubic-bezier(0.4, 0, 0.2, 1) 来实现精致的过渡。
流畅、优美的曲线。如同指挥家的指挥棒或舞者的手臂。美丽的路径,而不仅仅是端点。
最小化、有目的的强调。例如微妙的阴影变化、柔和的高光。起提升作用而非分散注意力的辅助运动。
从容但不缓慢(300-500毫秒)。给予欣赏运动的时间。奢华不匆忙。
几乎没有(0-10%)。真实、精致的动作。微妙之处见完美。
保持无可挑剔的比例。无扭曲。几何精度与平衡。
简洁的线条,完美的比例。单色或有限的调色板。永恒的审美。
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
| 元素 | 持续时间 | 缓动函数 |
|---|---|---|
| 淡入淡出 | 300-400毫秒 | ease-in-out |
| 滑动 | 400-500毫秒 | ease-out |
| 缩放 | 350-450毫秒 | ease-in-out |
| 揭示 | 500-700毫秒 | ease-out |
--elegant-smooth: cubic-bezier(0.4, 0, 0.2, 1);
--elegant-enter: cubic-bezier(0.0, 0, 0.2, 1);
--elegant-flow: cubic-bezier(0.45, 0, 0.55, 1);
@keyframes elegant-reveal {
from {
opacity: 0;
transform: translateY(10px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.elegant-element {
animation: elegant-reveal 500ms cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
每周安装量
63
代码仓库
GitHub 星标数
21
首次出现
2026年1月24日
安全审计
安装于
codex55
opencode53
gemini-cli51
cursor50
github-copilot48
claude-code47
Create animations that convey refinement, luxury, and understated excellence.
Elegance emerges from restrained, perfectly timed motion. Sophistication means animations that are noticed for their quality, not their quantity—subtle excellence over obvious effort.
Extremely minimal (0-5%). Refined objects don't deform—they glide. Preserve perfect proportions throughout motion.
Subtle, refined preparation (100-150ms). A gentle weight shift, not a wind-up. Elegant motion begins smoothly.
Negative space and restraint. Let elements breathe. Single focal point with generous margins. Less is more.
Avoid. Elegance requires control and precision. Every frame should be intentional and refined.
Graceful, extended settling. Like silk falling. Long, smooth deceleration without bounce or wobble.
Extended easing on both ends. Gradual, flowing motion. cubic-bezier(0.4, 0, 0.2, 1) for refined transitions.
Sweeping, graceful curves. Like a conductor's baton or a dancer's arm. Beautiful paths, not just endpoints.
Minimal, purposeful accents. A subtle shadow shift, a gentle highlight. Supporting motion that elevates, not distracts.
Unhurried but not slow (300-500ms). Time to appreciate the motion. Luxury doesn't rush.
Almost none (0-10%). Realistic, refined movements. Perfection in subtlety.
Impeccable proportions maintained. No distortion. Geometric precision and balance.
Clean lines, perfect proportions. Monochromatic or limited palette. Timeless aesthetics.
| Element | Duration | Easing |
|---|---|---|
| Fade | 300-400ms | ease-in-out |
| Slide | 400-500ms | ease-out |
| Scale | 350-450ms | ease-in-out |
| Reveal | 500-700ms | ease-out |
--elegant-smooth: cubic-bezier(0.4, 0, 0.2, 1);
--elegant-enter: cubic-bezier(0.0, 0, 0.2, 1);
--elegant-flow: cubic-bezier(0.45, 0, 0.55, 1);
@keyframes elegant-reveal {
from {
opacity: 0;
transform: translateY(10px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.elegant-element {
animation: elegant-reveal 500ms cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
Weekly Installs
63
Repository
GitHub Stars
21
First Seen
Jan 24, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
codex55
opencode53
gemini-cli51
cursor50
github-copilot48
claude-code47
前端设计系统技能:生产级UI设计、设计令牌与可访问性指南
8,500 周安装