elegance-sophistication

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Elegance & Sophistication Animation

优雅精致风格动画

Create animations that convey refinement, luxury, and understated excellence.
制作传达精致、奢华与低调质感的动画。

Emotional Goal

情感目标

Elegance emerges from restrained, perfectly timed motion. Sophistication means animations that are noticed for their quality, not their quantity—subtle excellence over obvious effort.
优雅源于克制且时机精准的动效。精致意味着动画以质感而非数量取胜——用低调的卓越替代刻意的繁复。

Disney Principles for Elegance

优雅风格的迪士尼动画原则

Squash & Stretch

挤压与拉伸(Squash & Stretch)

Extremely minimal (0-5%). Refined objects don't deform—they glide. Preserve perfect proportions throughout motion.
幅度极微(0-5%)。精致的物体不会变形,而是流畅滑动。运动全程保持完美比例。

Anticipation

预备动作(Anticipation)

Subtle, refined preparation (100-150ms). A gentle weight shift, not a wind-up. Elegant motion begins smoothly.
微妙、克制的准备动作(100-150毫秒)。仅需轻微的重心转移,而非大幅度蓄力。优雅的动效始于流畅的开端。

Staging

舞台呈现(Staging)

Negative space and restraint. Let elements breathe. Single focal point with generous margins. Less is more.
留白与克制。让元素有呼吸空间。单一焦点搭配充足留白,少即是多。

Straight Ahead Action

逐帧动画(Straight Ahead Action)

Avoid. Elegance requires control and precision. Every frame should be intentional and refined.
避免使用。优雅需要精准控制。每一帧都应是刻意设计且精致打磨的。

Follow Through & Overlapping Action

跟随动作与重叠动作(Follow Through & Overlapping Action)

Graceful, extended settling. Like silk falling. Long, smooth deceleration without bounce or wobble.
优雅、缓慢的收尾。如同丝绸飘落。长时、平滑的减速过程,无弹跳或晃动。

Slow In & Slow Out

慢入慢出(Slow In & Slow Out)

Extended easing on both ends. Gradual, flowing motion.
cubic-bezier(0.4, 0, 0.2, 1)
for refined transitions.
两端均采用缓动效果。渐变、流畅的运动。
cubic-bezier(0.4, 0, 0.2, 1)
用于实现精致过渡。

Arc

弧线运动(Arc)

Sweeping, graceful curves. Like a conductor's baton or a dancer's arm. Beautiful paths, not just endpoints.
流畅、优美的曲线。如同指挥家的指挥棒或舞者的手臂。注重优美的运动轨迹,而非仅关注起止点。

Secondary Action

次要动作(Secondary Action)

Minimal, purposeful accents. A subtle shadow shift, a gentle highlight. Supporting motion that elevates, not distracts.
少量、有目的性的点缀。如微妙的阴影偏移、柔和的高光变化。辅助动效应提升质感,而非分散注意力。

Timing

时长(Timing)

Unhurried but not slow (300-500ms). Time to appreciate the motion. Luxury doesn't rush.
从容但不拖沓(300-500毫秒)。留足时间让用户感受动效。奢华从不仓促。

Exaggeration

夸张(Exaggeration)

Almost none (0-10%). Realistic, refined movements. Perfection in subtlety.
几乎不使用(0-10%)。采用写实、精致的运动方式,于细微处见完美。

Solid Drawing

扎实造型(Solid Drawing)

Impeccable proportions maintained. No distortion. Geometric precision and balance.
始终保持无可挑剔的比例。无变形。几何精准与平衡感。

Appeal

吸引力(Appeal)

Clean lines, perfect proportions. Monochromatic or limited palette. Timeless aesthetics.
简洁线条、完美比例。单色或有限配色。经典永恒的美学风格。

Timing Recommendations

时长建议

ElementDurationEasing
Fade300-400ms
ease-in-out
Slide400-500ms
ease-out
Scale350-450ms
ease-in-out
Reveal500-700ms
ease-out
元素时长缓动效果
淡入淡出300-400ms
ease-in-out
滑动400-500ms
ease-out
缩放350-450ms
ease-in-out
渐显500-700ms
ease-out

CSS Easing

CSS缓动参数

css
--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);
css
--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);

Refined Transitions

精致过渡效果

css
@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;
}
css
@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;
}

Design Principles

设计原则

  • White space is active, not empty
  • Motion reveals content, doesn't decorate it
  • Timing shows confidence and quality
  • Every animation earns its place
  • Restraint demonstrates mastery
  • 留白是主动的设计,而非空白
  • 动效为内容服务,而非装饰
  • 时长体现自信与质感
  • 每一处动画都有存在的意义
  • 克制彰显专业功底

When to Use

适用场景

  • Luxury brand sites
  • Fashion and jewelry
  • High-end real estate
  • Premium subscriptions
  • Art galleries and museums
  • Fine dining
  • Boutique hotels
  • Executive dashboards
  • 高端品牌网站
  • 时尚与珠宝行业
  • 高端房地产
  • 付费订阅服务
  • 艺术画廊与博物馆
  • 高端餐饮
  • 精品酒店
  • 高管仪表盘