重要前提
安装AI Skills的关键前提是:必须科学上网,且开启TUN模式,这一点至关重要,直接决定安装能否顺利完成,在此郑重提醒三遍:科学上网,科学上网,科学上网。查看完整安装教程 →
slow-800-1200ms by dylantarre/animation-principles
npx skills add https://github.com/dylantarre/animation-principles --skill slow-800-1200ms在 800-1200ms 的区间,动画进入了电影化领域。这是为重要时刻精心设计的、有意识的运动。用户被期望停下来观看。
挤压与拉伸:显著且富有特色——25-35% 的形变讲述着故事。物体具有重量和个性。
预备动作:完整的戏剧性准备——200-300ms 的准备时间。观众知道有事情要发生。
演出布局:场景构图——从镜头和舞台的角度思考。通过入场顺序建立清晰的视觉层次。
逐帧动画与关键帧动画:关键帧动画至关重要——1 秒的动作需要 4-6 个关键姿势。
跟随动作与重叠动作:延长的重叠——不同的元素在明显不同的时间点稳定下来,有 200-300ms 的稳定过程。
慢入慢出:戏剧性的曲线——强烈的缓入创造出重量感,强烈的缓出创造出冲击感。
弧形运动:大幅度的曲线——运动路径明显弯曲,轨迹清晰可见。
次要动作:复杂的层次——多层次的辅助动作增强了主要运动。
时间节奏:在 60fps 下为 48-72 帧。接近电影质量的帧数。
夸张:戏剧化——为了情感冲击而放大比例和运动。
扎实的绘图:完整的维度变换——视差、深度、3D 旋转。
吸引力:情感连接——慢动作创造了与界面的亲密感。
/* 戏剧性、有重量感的运动 */
transition: all 1000ms cubic-bezier(0.16, 1, 0.3, 1);
/* 优雅的入场 */
transition: all 900ms cubic-bezier(0.22, 1, 0.36, 1);
/* 沉重、有冲击力的着陆 */
transition: transform 1100ms cubic-bezier(0.33, 1, 0.68, 1);
/* 弹性、令人难忘的 */
transition: all 1000ms cubic-bezier(0.68, -0.6, 0.32, 1.6);
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
@keyframes slowReveal {
0% {
opacity: 0;
transform: translateY(100px) scale(0.8);
}
60% {
opacity: 1;
}
100% {
transform: translateY(0) scale(1);
}
}
.slow-reveal {
animation: slowReveal 1000ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
/* 错开序列 */
.sequence-item {
animation: slowReveal 900ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.sequence-item:nth-child(n) {
animation-delay: calc(var(--index) * 150ms);
}
慢速动画要求用户付出注意力作为代价。仅在值得用户花时间的时刻使用。这些动画创造的是记忆,而不仅仅是反馈。
每周安装量
54
代码仓库
GitHub 星标数
28
首次出现
2026年1月24日
安全审计
安装于
codex47
gemini-cli44
opencode44
cursor43
github-copilot41
claude-code38
At 800-1200ms, animation approaches cinematic territory. This is deliberate, intentional motion for moments that matter. Users are expected to stop and watch.
Squash & Stretch: Pronounced and characterful - 25-35% deformation tells stories. Objects have weight and personality.
Anticipation : Full theatrical wind-up - 200-300ms preparation. The audience knows something is coming.
Staging : Scene composition - think in terms of camera and stage. Clear visual hierarchy with entrance order.
Straight Ahead/Pose to Pose : Pose to pose essential - 4-6 key poses for 1 second of motion.
Follow Through : Extended overlap - different elements settle at clearly different times, 200-300ms of settling.
Slow In/Slow Out : Dramatic curves - strong ease-in creates weight, strong ease-out creates impact.
Arcs : Sweeping curves - motion paths are clearly curved, visible trajectories.
Secondary Action : Complex layering - multiple levels of supporting action enhance primary motion.
Timing : 48-72 frames at 60fps. Near-film quality frame counts.
Exaggeration : Theatrical - push proportions and motion for emotional impact.
Solid Drawing : Full dimensional transforms - parallax, depth, 3D rotation.
Appeal : Emotional connection - slow motion creates intimacy with the interface.
/* Dramatic, weighted motion */
transition: all 1000ms cubic-bezier(0.16, 1, 0.3, 1);
/* Graceful entrance */
transition: all 900ms cubic-bezier(0.22, 1, 0.36, 1);
/* Heavy, impactful landing */
transition: transform 1100ms cubic-bezier(0.33, 1, 0.68, 1);
/* Elastic, memorable */
transition: all 1000ms cubic-bezier(0.68, -0.6, 0.32, 1.6);
@keyframes slowReveal {
0% {
opacity: 0;
transform: translateY(100px) scale(0.8);
}
60% {
opacity: 1;
}
100% {
transform: translateY(0) scale(1);
}
}
.slow-reveal {
animation: slowReveal 1000ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
/* Staggered sequence */
.sequence-item {
animation: slowReveal 900ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.sequence-item:nth-child(n) {
animation-delay: calc(var(--index) * 150ms);
}
Slow animations demand attention as payment. Only use when the moment is worth the user's time. These animations create memories, not just feedback.
Weekly Installs
54
Repository
GitHub Stars
28
First Seen
Jan 24, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
codex47
gemini-cli44
opencode44
cursor43
github-copilot41
claude-code38
前端设计系统技能:生产级UI设计、设计令牌与可访问性指南
8,500 周安装
云设计模式大全:构建可靠、高性能云应用的架构指南与最佳实践
1,200 周安装
Top-Design 世界级数字设计技能:掌握Awwwards获奖设计标准与评分体系
1,200 周安装
FlowStudio MCP 调试 Power Automate 云流失败 - 分步诊断与修复指南
1,100 周安装
Coinbase钱包身份验证教程 - 使用awal CLI进行两步OTP登录
1,100 周安装
Claude技能规则提炼工具:自动化提取通用原则,优化AI助手规则管理
1,100 周安装
AI交易风险管理技能:基于数据驱动的交易频率、头寸规模与风险验证规则
1,100 周安装