91 个权威术语

动画词汇表

完整保留 Animation Vocabulary 的英文定义,并提供准确中文翻译、近义词辨析和对应的可操作组件。

显示 91 / 91 个术语
01

入场与退场

元素出现、离开和被揭示时的基础动效语言。

6
正式组件

淡入 / 淡出

Fade in / Fade out
fade-in-fade-out
Animation Vocabulary 原文

Element appears or disappears by changing opacity.

中文翻译

元素通过改变不透明度出现或消失。

打开对应工作区
正式组件

滑入

Slide in
slide-in
Animation Vocabulary 原文

Element enters by sliding in from off-screen (left, right, top, or bottom).

中文翻译

元素从屏幕外沿左、右、上或下方滑入。

打开对应工作区
正式组件

缩放入场

Scale in
scale-in
Animation Vocabulary 原文

Element grows from smaller to full size as it appears, often paired with a fade.

中文翻译

元素出现时从较小尺寸放大到完整尺寸,通常与淡入搭配。

打开对应工作区
相关术语

弹入

Pop in
pop-in
Animation Vocabulary 原文

Element appears with a slight overshoot, like it bounces into place.

中文翻译

元素出现时略微越过最终状态,再像回弹一样落到位。

怎么区分

弹入会越过最终状态后回弹到位;缩放入场可以直接停在最终尺寸。

打开对应工作区
正式组件

揭示

Reveal
reveal
Animation Vocabulary 原文

Content is uncovered gradually, often by animating a clip-path or mask.

中文翻译

内容逐步显露,通常通过动画化裁切路径或遮罩实现。

打开对应工作区
相关术语

进入 / 离开

Enter / Exit
enter-exit
Animation Vocabulary 原文

The animation an element plays when it's added to or removed from the screen.

中文翻译

元素被添加到屏幕或从屏幕移除时播放的动画。

怎么区分

进入 / 离开描述元素加入或移出界面时的生命周期动画;滑入只是其中一种带方向的实现。

打开对应工作区
02

编排与时间

组织多个元素、多个时刻和时间节奏的动效词汇。

8
正式组件

关键帧

Keyframes
keyframes
Animation Vocabulary 原文

Defined points in an animation (0%, 50%, 100%) that the browser fills the gaps between.

中文翻译

动画中预先定义的节点(如 0%、50%、100%),浏览器会补全节点之间的画面。

打开对应工作区
相关术语

插值 / 补间

Interpolation / Tween
interpolation-tween
Animation Vocabulary 原文

Generating all the in-between frames between a start and end value, so motion is continuous.

中文翻译

生成起始值与结束值之间的所有中间帧,让运动保持连续。

怎么区分

插值 / 补间负责生成两个值之间的中间帧;关键帧负责定义时间线上的状态节点。

打开对应工作区
正式组件

交错动画

Stagger
stagger
Animation Vocabulary 原文

Animate several items one after another with a small delay between each, creating a cascade.

中文翻译

让多个项目依次播放动画,并在相邻项目之间加入短延迟,形成级联节奏。

打开对应工作区
相关术语

动效编排

Orchestration
orchestration
Animation Vocabulary 原文

Deliberately timing multiple animations so they feel like one coordinated motion.

中文翻译

有意识地安排多段动画的时间关系,让它们呈现为一个协调的整体动作。

怎么区分

动效编排协调多段动画之间的时间关系;关键帧描述一段动画内部的状态。

打开对应工作区
相关术语

延迟

Delay
delay
Animation Vocabulary 原文

Time before an animation starts.

中文翻译

动画开始前等待的时间。

怎么区分

延迟是动画开始前的等待时间;时长是动画运行所花的时间。

打开对应工作区
正式组件

时长

Duration
duration
Animation Vocabulary 原文

How long an animation takes.

中文翻译

一段动画完成所需的时间。

打开对应工作区
相关术语

填充模式

Fill mode
fill-mode
Animation Vocabulary 原文

Whether an element keeps its first or last frame's styles before the animation starts or after it ends (e.g. forwards).

中文翻译

控制元素在动画开始前或结束后是否保留首帧或末帧样式,例如 forwards。

怎么区分

填充模式控制动画有效区间外保留哪一帧的样式;关键帧定义有效区间内的状态。

打开对应工作区
相关术语

步进动画

Stepped animation
stepped-animation
Animation Vocabulary 原文

An animation that is divided into discrete steps, like a countdown timer.

中文翻译

被划分为若干离散步骤的动画,例如倒计时器。

怎么区分

步进动画在离散状态间跳变;常规关键帧通常会在状态之间连续插值。

打开对应工作区
03

位移与变换

改变位置、尺寸、角度、透视和变换原点的词汇。

8
正式组件

位移

Translate
translate
Animation Vocabulary 原文

Move an element along the X or Y axis.

中文翻译

沿 X 轴或 Y 轴移动元素。

打开对应工作区
相关术语

缩放

Scale
scale
Animation Vocabulary 原文

Make an element bigger or smaller.

中文翻译

放大或缩小元素。

怎么区分

缩放改变元素尺寸;位移改变元素位置。

打开对应工作区
相关术语

旋转

Rotate
rotate
Animation Vocabulary 原文

Spin an element around a point.

中文翻译

让元素围绕一个点旋转。

怎么区分

旋转改变元素围绕锚点的角度;位移改变元素位置。

打开对应工作区
相关术语

倾斜

Skew
skew
Animation Vocabulary 原文

Slant an element along the X or Y axis, shearing it out of its rectangular shape.

中文翻译

沿 X 轴或 Y 轴倾斜元素,使其从矩形形态产生切变。

怎么区分

倾斜通过切变改变元素形状;位移沿坐标轴移动元素。

打开对应工作区
正式组件

3D 倾斜 / 翻转

3D tilt / Flip
3d-tilt-flip
Animation Vocabulary 原文

Rotate in 3D space (rotateX / rotateY) to add depth.

中文翻译

在三维空间中通过 rotateX 或 rotateY 旋转,增加纵深感。

打开对应工作区
相关术语

透视

Perspective
perspective
Animation Vocabulary 原文

How strong the 3D effect looks — a lower value exaggerates depth, like the viewer is closer.

中文翻译

控制 3D 效果的强弱;较小的值会夸大纵深,像观察者距离更近。

怎么区分

透视控制 3D 投影的纵深强度;位移控制元素的空间位置。

打开对应工作区
相关术语

变换原点

Transform origin
transform-origin
Animation Vocabulary 原文

The anchor point a scale or rotation grows or spins from.

中文翻译

缩放展开或旋转所围绕的锚点。

怎么区分

变换原点是缩放或旋转的锚点;纯位移不会因变换原点不同而改变轨迹。

打开对应工作区
正式组件

基于触发源的动画

Origin-aware animation
origin-aware-animation
Animation Vocabulary 原文

An element animates out of its trigger, like a popover growing from the button that opened it instead of from its own center which is the default in CSS.

中文翻译

元素从触发它的控件位置展开,例如弹出层从打开它的按钮处生长,而非沿用 CSS 默认的自身中心。

打开对应工作区
04

状态过渡

连接状态、视图和元素身份的过渡词汇。

7
正式组件

交叉淡入淡出

Crossfade
crossfade
Animation Vocabulary 原文

One element fades out as another fades in, in the same spot.

中文翻译

一个元素淡出的同时,另一个元素在同一位置淡入。

打开对应工作区
相关术语

连续性过渡

Continuity transition
continuity-transition
Animation Vocabulary 原文

A change that keeps the user oriented by visually connecting before and after. For example, making the same rectangle bigger and smaller.

中文翻译

通过视觉连接变化前后的状态来帮助用户保持方位感,例如让同一个矩形放大或缩小。

怎么区分

连续性过渡是一条保持前后关联的设计原则;形变是实现连续性的具体方式之一。

打开对应工作区
正式组件

形变

Morph
morph
Animation Vocabulary 原文

One shape smoothly turns into another shape, e.g. Dynamic Island.

中文翻译

一个形状平滑地变成另一个形状,例如灵动岛。

打开对应工作区
相关术语

共享元素过渡

Shared element transition
shared-element-transition
Animation Vocabulary 原文

An element travels and transforms from one position into another, like a thumbnail expanding into a card.

中文翻译

同一个元素从一个位置移动并变换到另一个位置,例如缩略图展开成卡片。

怎么区分

共享元素过渡让同一元素跨布局移动并变换;形变强调一个形状变成另一个形状。

打开对应工作区
相关术语

布局动画

Layout animation
layout-animation
Animation Vocabulary 原文

When an element's size or position changes, it animates to the new spot instead of snapping.

中文翻译

元素尺寸或位置变化时,以动画移动到新状态,而非瞬间跳变。

怎么区分

布局动画把尺寸或位置变化平滑化;形变改变元素的形状。

打开对应工作区
正式组件

手风琴 / 折叠

Accordion / Collapse
accordion-collapse
Animation Vocabulary 原文

A section smoothly expands and collapses its height to show or hide content.

中文翻译

一个区域平滑地展开或收起高度,以显示或隐藏内容。

打开对应工作区
正式组件

方向感过渡

Direction-aware transition
direction-aware-transition
Animation Vocabulary 原文

Content slides one way going forward and the opposite way going back, so navigation has a sense of direction.

中文翻译

前进时内容沿一个方向滑动,返回时沿相反方向滑动,让导航具备方向感。

打开对应工作区
05

滚动动效

与滚动位置、视口进入和页面导航相关的动效词汇。

5
正式组件

滚动揭示

Scroll reveal
scroll-reveal
Animation Vocabulary 原文

Elements fade or slide into place as they enter the viewport.

中文翻译

元素进入视口时淡入或滑动到位。

打开对应工作区
正式组件

滚动驱动动画

Scroll-driven animation
scroll-driven-animation
Animation Vocabulary 原文

An animation whose progress is tied directly to scroll position.

中文翻译

动画进度与滚动位置直接绑定。

打开对应工作区
正式组件

视差

Parallax
parallax
Animation Vocabulary 原文

Background and foreground move at different speeds while scrolling, creating depth.

中文翻译

滚动时背景与前景以不同速度移动,从而营造纵深感。

打开对应工作区
正式组件

页面过渡

Page transition
page-transition
Animation Vocabulary 原文

An animation that plays when navigating from one page or route to another.

中文翻译

从一个页面或路由导航到另一个页面或路由时播放的动画。

打开对应工作区
相关术语

视图过渡

View transition
view-transition
Animation Vocabulary 原文

The browser morphs between two states or pages, connecting shared elements.

中文翻译

浏览器在两个状态或页面之间进行形变过渡,并连接共享元素。

怎么区分

视图过渡指浏览器连接两个 DOM 状态或页面快照的机制;页面过渡涵盖更广泛的路由切换动画。

打开对应工作区
06

反馈与交互

响应点击、触摸、拖拽和错误状态的动效词汇。

9
正式组件

悬停效果

Hover effect
hover-effect
Animation Vocabulary 原文

Visual change when the cursor moves over an element.

中文翻译

光标移到元素上方时产生的视觉变化。

打开对应工作区
正式组件

按压 / 轻触反馈

Press / Tap feedback
press-tap-feedback
Animation Vocabulary 原文

A subtle scale-down when an element is clicked, so it feels physical.

中文翻译

元素被点击时轻微缩小,让操作具有实体触感。

打开对应工作区
正式组件

长按确认

Hold to confirm
hold-to-confirm
Animation Vocabulary 原文

A progress effect that fills up while the user holds a button.

中文翻译

用户持续按住按钮时逐步填满的进度效果。

打开对应工作区
相关术语

拖拽

Drag
drag
Animation Vocabulary 原文

Moving an element by grabbing it, often with momentum when released.

中文翻译

抓住元素并移动它,释放时通常带有动量。

怎么区分

拖拽是抓取并移动元素的通用手势;拖拽排序把该手势用于列表重排。

打开对应工作区
正式组件

拖拽排序

Drag to reorder
drag-to-reorder
Animation Vocabulary 原文

Dragging items in a list to rearrange them, while the others shift to make room.

中文翻译

拖动列表项来重新排序,其他项目会移动并让出位置。

打开对应工作区
正式组件

滑动关闭

Swipe to dismiss
swipe-to-dismiss
Animation Vocabulary 原文

Dragging an element off-screen to close it, like a drawer or toast.

中文翻译

把元素拖出屏幕以关闭它,例如抽屉或提示消息。

打开对应工作区
相关术语

橡皮筋回弹

Rubber-banding
rubber-banding
Animation Vocabulary 原文

Resistance and snap-back when you drag past a boundary (the iOS overscroll feel).

中文翻译

拖过边界时出现阻力并回弹,类似 iOS 的过度滚动手感。

怎么区分

橡皮筋回弹发生在拖过边界后,并带阻力返回;滑动关闭以越过阈值后移除元素为目标。

打开对应工作区
正式组件

摇晃 / 抖动

Shake / Wiggle
shake-wiggle
Animation Vocabulary 原文

A quick side-to-side jitter signaling an error or rejected input.

中文翻译

快速左右抖动,用来提示错误或输入被拒绝。

打开对应工作区
正式组件

涟漪

Ripple
ripple
Animation Vocabulary 原文

A circle expanding from the point of a tap, confirming the press.

中文翻译

圆形从轻触点向外扩散,用来确认按压操作。

打开对应工作区
07

缓动

描述速度如何加速、减速和保持节奏的词汇。

7
正式组件

缓动

Easing
easing
Animation Vocabulary 原文

The rate at which an animation speeds up or slows down.

中文翻译

动画加速或减速的速率变化方式。

打开对应工作区
相关术语

缓出

Ease-out
ease-out
Animation Vocabulary 原文

Starts fast, ends slow. The default for most UI and anything responding to the user.

中文翻译

开始快、结束慢,适合作为大多数 UI 动效和用户响应动作的默认选择。

怎么区分

缓出是缓动的一种:开始快、结束慢,适合响应用户输入。

打开对应工作区
相关术语

缓入

Ease-in
ease-in
Animation Vocabulary 原文

Starts slow, ends fast. Usually avoided; can feel sluggish.

中文翻译

开始慢、结束快,通常应谨慎使用,因为容易显得迟缓。

怎么区分

缓入是缓动的一种:开始慢、结束快,容易让 UI 响应显得迟缓。

打开对应工作区
相关术语

缓入缓出

Ease-in-out
ease-in-out
Animation Vocabulary 原文

Slow, fast, slow. Good for elements already on screen moving from A to B.

中文翻译

速度由慢到快再到慢,适合屏幕上已有元素从 A 点移动到 B 点。

怎么区分

缓入缓出两端较慢、中段较快,适合屏幕上已有元素的位移。

打开对应工作区
相关术语

线性

Linear
linear
Animation Vocabulary 原文

Constant speed. Avoid for UI; reserve for spinners or marquees.

中文翻译

保持恒定速度;UI 动效应避免使用,仅保留给加载旋转器或跑马灯。

怎么区分

线性缓动保持恒定速度,适合旋转器和跑马灯等连续运动。

打开对应工作区
相关术语

三次贝塞尔

Cubic-bezier
cubic-bezier
Animation Vocabulary 原文

A custom easing curve you define for precise control.

中文翻译

由开发者定义的自定义缓动曲线,用于精确控制速度变化。

怎么区分

三次贝塞尔是自定义缓动曲线的表达方式,可精确控制加速与减速。

打开对应工作区
相关术语

非对称缓动

Asymmetric easing
asymmetric-easing
Animation Vocabulary 原文

A curve that accelerates and decelerates at different rates. Feels more alive than a symmetric one.

中文翻译

加速与减速速率不同的曲线,通常比对称曲线更有生命力。

怎么区分

非对称缓动使用不同的加速与减速速率;它属于自定义缓动策略。

打开对应工作区
08

弹簧动效

用质量、阻尼、速度和弹性描述物理式动效的词汇。

9
正式组件

弹簧

Spring
spring
Animation Vocabulary 原文

Motion driven by physics (tension, mass, damping) rather than a set duration.

中文翻译

由张力、质量和阻尼等物理参数驱动的运动,不依赖固定时长。

打开对应工作区
相关术语

刚度 / 张力

Stiffness / Tension
stiffness-tension
Animation Vocabulary 原文

How strongly the spring pulls toward its target. Higher feels snappier.

中文翻译

弹簧拉向目标的力度,数值越高,响应越干脆。

怎么区分

刚度 / 张力决定弹簧拉向目标的力度,是弹簧模型的参数。

打开对应工作区
相关术语

阻尼

Damping
damping
Animation Vocabulary 原文

How quickly a spring settles. Lower damping means more bounce and oscillation.

中文翻译

弹簧稳定下来的速度;阻尼越低,回弹和振荡越明显。

怎么区分

阻尼决定弹簧消除振荡的速度;弹簧是包含阻尼在内的完整物理模型。

打开对应工作区
相关术语

质量

Mass
mass
Animation Vocabulary 原文

How heavy the animated element feels. More mass makes it slower and more sluggish.

中文翻译

动画元素呈现出的重量;质量越大,运动越慢、越沉。

怎么区分

质量决定元素呈现的重量与惯性;它与刚度、阻尼共同塑造弹簧响应。

打开对应工作区
相关术语

弹跳

Bounce
bounce
Animation Vocabulary 原文

A spring that overshoots and settles, adding playfulness.

中文翻译

弹簧越过目标后再稳定下来,为动作增加活泼感。

怎么区分

弹跳是弹簧越过目标后回落的表现,通常由较低阻尼和合适刚度产生。

打开对应工作区
相关术语

感知时长

Perceptual duration
perceptual-duration
Animation Vocabulary 原文

How long a spring feels finished, even though it keeps micro-settling underneath.

中文翻译

弹簧在感知上完成所需的时长,尽管底层仍在进行微小的收敛。

怎么区分

感知时长描述用户觉得弹簧已经结束的时刻;它区别于固定 CSS 时长。

打开对应工作区
相关术语

动量

Momentum
momentum
Animation Vocabulary 原文

Motion that carries velocity, especially after a drag or interruption.

中文翻译

保留速度并继续前进的运动,常见于拖拽释放或动画中断之后。

怎么区分

动量让动作在拖拽释放或中断后保留速度;弹簧可以接收并延续这份速度。

打开对应工作区
相关术语

速度

Velocity
velocity
Animation Vocabulary 原文

How fast and in which direction an element is moving. A spring carries it into the next animation when interrupted, so a flicked element keeps its speed.

中文翻译

元素移动的快慢与方向;弹簧会在中断时把它带入下一段动画,使被快速甩动的元素保留速度。

怎么区分

速度记录运动的快慢与方向;弹簧把它作为下一段响应的初始条件。

打开对应工作区
相关术语

可打断动画

Interruptible animation
interruptible-animation
Animation Vocabulary 原文

An animation that can be smoothly redirected mid-flight instead of finishing first.

中文翻译

动画可以在运行途中平滑地改变目标,无需等待当前动作完成。

怎么区分

可打断动画描述运行中可平滑改向的交互能力;弹簧是实现这项能力的一种方式。

打开对应工作区
09

循环与环境动效

自动运行、循环播放和营造轻微生命感的动效词汇。

7
正式组件

跑马灯

Marquee
marquee
Animation Vocabulary 原文

Text or content that scrolls continuously in a loop.

中文翻译

文字或内容持续循环滚动。

打开对应工作区
正式组件

循环

Loop
loop
Animation Vocabulary 原文

An animation that repeats, a set number of times or infinitely.

中文翻译

按指定次数或无限重复播放的动画。

打开对应工作区
相关术语

往返循环

Alternate (yoyo)
alternate
Animation Vocabulary 原文

A loop that plays forward then reverses each iteration, instead of jumping back to the start.

中文翻译

每轮先正向播放再反向播放的循环,避免直接跳回起点。

怎么区分

往返循环每轮反向播放;循环也可以采用正向、反向或有限次数等其他策略。

打开对应工作区
正式组件

环绕

Orbit
orbit
Animation Vocabulary 原文

An element circling around another in a continuous path.

中文翻译

一个元素沿连续路径围绕另一个元素旋转。

打开对应工作区
相关术语

脉冲

Pulse
pulse
Animation Vocabulary 原文

A gentle repeating scale or opacity change to draw attention.

中文翻译

通过轻柔重复的缩放或透明度变化吸引注意。

怎么区分

脉冲通过重复缩放或透明度变化吸引注意;空闲动效是包含脉冲在内的更宽泛类别。

打开对应工作区
相关术语

漂浮

Float
float
Animation Vocabulary 原文

A gentle, continuous up-and-down drift that makes a static element feel alive and weightless.

中文翻译

轻柔、持续的上下漂移,让静态元素显得有生命力且轻盈。

怎么区分

漂浮持续进行轻微上下位移;空闲动效也可以使用脉冲等其他低强度动作。

打开对应工作区
正式组件

空闲动效

Idle animation
idle-animation
Animation Vocabulary 原文

Subtle motion that plays while an element is just sitting there, waiting to be interacted with.

中文翻译

元素静置并等待交互时播放的细微运动。

打开对应工作区
10

润色与效果

让界面更精致、信息变化更清楚的小型效果词汇。

10
正式组件

模糊

Blur
blur
Animation Vocabulary 原文

A blur filter used to soften an element or mask tiny imperfections.

中文翻译

用于柔化元素或掩盖细小瑕疵的模糊滤镜。

打开对应工作区
相关术语

裁切路径

Clip-path
clip-path
Animation Vocabulary 原文

Clipping an element to a shape, used for reveals, masks, and before/after sliders.

中文翻译

把元素裁切成指定形状,可用于揭示、遮罩和前后对比滑杆。

怎么区分

裁切路径使用清晰形状边界隐藏区域;模糊滤镜柔化像素,并不定义可见区域。

打开对应工作区
相关术语

遮罩

Mask
mask
Animation Vocabulary 原文

Hiding or revealing parts of an element using a shape or gradient — like clip-path, but with soft, fadeable edges.

中文翻译

使用形状或渐变隐藏、揭示元素的部分区域;它类似裁切路径,同时支持柔和、可渐隐的边缘。

怎么区分

遮罩通过透明度或亮度控制可见区域并支持软边;模糊滤镜只负责柔化图像。

打开对应工作区
正式组件

前后对比滑杆

Before / after slider
before-after-slider
Animation Vocabulary 原文

A draggable divider that wipes between two overlaid images to compare them.

中文翻译

通过可拖动分割线在两张叠放图片之间擦拭切换,以便对比。

打开对应工作区
正式组件

线条绘制

Line drawing
line-drawing
Animation Vocabulary 原文

An SVG path that draws itself in, like an invisible pen tracing it.

中文翻译

SVG 路径像被一支隐形画笔描摹一样自行绘制出来。

打开对应工作区
正式组件

文字形变

Text morph
text-morph
Animation Vocabulary 原文

Text that animates character by character when it changes, drawing attention to the new value.

中文翻译

文字变化时逐字符播放动画,把注意力引向新值。

打开对应工作区
正式组件

骨架屏 / 微光

Skeleton / Shimmer
skeleton-shimmer
Animation Vocabulary 原文

A placeholder with a moving sheen shown while content loads.

中文翻译

内容加载期间显示的占位结构,表面带有移动的微光。

打开对应工作区
正式组件

数字滚动

Number ticker
number-ticker
Animation Vocabulary 原文

Digits rolling or counting up to a value.

中文翻译

数字滚动或递增到目标值。

打开对应工作区
相关术语

等宽数字

Tabular numbers
tabular-numbers
Animation Vocabulary 原文

Fixed-width digits so numbers don't shift around as they change. Essential for tickers, timers, and counters.

中文翻译

使用固定宽度的数字,使数值变化时不会左右跳动;它对数字滚动、计时器和计数器非常重要。

怎么区分

等宽数字是稳定数字宽度的排版特性;数字滚动是数值变化时播放的动画。

打开对应工作区
正式组件

打字机

Typewriter
typewriter
Animation Vocabulary 原文

Text appearing one character at a time, as if being typed.

中文翻译

文字像正在输入一样逐字符出现。

打开对应工作区
11

性能

判断动效是否流畅、是否会卡顿和如何优化渲染的词汇。

6
正式组件

帧率(FPS)

Frame rate (FPS)
frame-rate
Animation Vocabulary 原文

Frames drawn per second. 60fps is the baseline for smooth motion; 120fps on newer displays.

中文翻译

每秒绘制的帧数;60fps 是流畅运动的基线,新款显示器可达到 120fps。

打开对应工作区
相关术语

卡顿

Jank
jank
Animation Vocabulary 原文

Visible stutter when the browser drops frames because it can't keep up with the animation.

中文翻译

浏览器无法跟上动画并发生掉帧时出现的可见停顿。

怎么区分

卡顿是用户看到的运动停顿;帧率是用于衡量绘制速度的指标。

打开对应工作区
相关术语

丢帧

Dropped frame
dropped-frame
Animation Vocabulary 原文

A frame the browser missed its deadline to draw, causing a tiny hitch in motion.

中文翻译

浏览器未能在截止时间前绘制的一帧,会让运动出现轻微顿挫。

怎么区分

丢帧是一次未赶上绘制截止时间的事件;帧率汇总一段时间内的绘制频率。

打开对应工作区
正式组件

合成

Compositing
compositing
Animation Vocabulary 原文

Letting the GPU move or fade an element on its own layer without redoing layout or paint.

中文翻译

让 GPU 在独立图层上移动元素或改变其透明度,无需重新执行布局或绘制。

打开对应工作区
相关术语

will-change

will-change
will-change
Animation Vocabulary 原文

A CSS hint that an element is about to animate, so the browser can promote it to its own layer ahead of time.

中文翻译

一种 CSS 提示,用来告知浏览器元素即将播放动画,使浏览器可以提前把它提升到独立图层。

怎么区分

will-change 是浏览器优化提示;合成是浏览器把图层交给 GPU 处理的渲染阶段。

打开对应工作区
相关术语

布局抖动

Layout thrashing
layout-thrashing
Animation Vocabulary 原文

Animating properties like width, height, top, or left that force the browser to recalculate layout every frame, causing jank.

中文翻译

动画化 width、height、top 或 left 等属性,迫使浏览器逐帧重新计算布局并引发卡顿。

怎么区分

布局抖动由反复触发布局计算造成;合成友好的 transform 和 opacity 可以绕开这类工作。

打开对应工作区
12

原则

决定什么时候该动、该怎么动和如何保护用户体验的原则。

9
正式组件

有目的的动效

Purposeful animation
purposeful-animation
Animation Vocabulary 原文

Motion should serve a function — orient, give feedback, show relationships — not just decorate.

中文翻译

动效应承担明确功能,例如帮助定位、提供反馈或展示关系,而非只作装饰。

打开对应工作区
正式组件

预备动作

Anticipation
anticipation
Animation Vocabulary 原文

A small wind-up in the opposite direction before a move, hinting at what's about to happen.

中文翻译

动作开始前先向相反方向进行一小段蓄力,用来预示即将发生的运动。

打开对应工作区
相关术语

跟随动作

Follow-through
follow-through
Animation Vocabulary 原文

Parts of an element keep moving and settle slightly after the main motion stops, adding weight.

中文翻译

主运动停止后,元素的部分结构继续移动并稍后稳定,从而增加重量感。

怎么区分

跟随动作发生在主运动停止之后;预备动作发生在主运动开始之前。

打开对应工作区
相关术语

挤压与拉伸

Squash & stretch
squash-and-stretch
Animation Vocabulary 原文

Deforming an element as it moves to convey weight, speed, and flexibility.

中文翻译

在元素运动时改变其形状,用来表现重量、速度和弹性。

怎么区分

挤压与拉伸通过形变表达重量和弹性;预备动作通过反向蓄力预示运动。

打开对应工作区
正式组件

感知性能

Perceived performance
perceived-performance
Animation Vocabulary 原文

The right animation makes an interface feel faster, even when it isn't.

中文翻译

恰当的动画可以让界面在实际速度未变化时显得更快。

打开对应工作区
相关术语

使用频率

Frequency of use
frequency-of-use
Animation Vocabulary 原文

The more often a user sees an animation, the shorter and subtler it should be.

中文翻译

用户看到一段动画的频率越高,它就应越短、越克制。

怎么区分

使用频率决定动效应多短、多克制;有目的的动效决定它承担什么功能。

打开对应工作区
相关术语

空间一致性

Spatial consistency
spatial-consistency
Animation Vocabulary 原文

Animating so an element keeps its identity and position across states, so users never lose track of where things went.

中文翻译

让元素在不同状态之间保持身份与空间位置的连续,使用户始终知道内容去了哪里。

怎么区分

空间一致性保持元素跨状态的身份与位置连续;有目的的动效为这种连续性提供理由。

打开对应工作区
相关术语

硬件加速

Hardware acceleration
hardware-acceleration
Animation Vocabulary 原文

Animating transform and opacity lets the GPU keep motion smooth.

中文翻译

动画化 transform 和 opacity,让 GPU 保持运动流畅。

怎么区分

硬件加速描述利用 GPU 保持动画流畅的策略;合成是浏览器把独立图层交给 GPU 处理的渲染阶段。

打开对应工作区
正式组件

减弱动效

Reduced motion
reduced-motion
Animation Vocabulary 原文

Respecting the user's prefers-reduced-motion setting by toning down or removing motion.

中文翻译

尊重用户的 prefers-reduced-motion 设置,降低或移除动态效果。

打开对应工作区