91 motion terms

Animation vocabulary

Bilingual motion terms with definitions, distinctions, and corresponding workspaces.

Showing 91 of 91 terms

Entrances & exits

Foundational motion language for elements appearing, leaving, and being revealed.

6
Canonical term

Fade in / Fade out

淡入 / 淡出
fade-in-fade-out
English definition

An opacity transition brings an element into view or carries it out without changing its geometry.

Chinese translation

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

Open workspace
Canonical term

Slide in

滑入
slide-in
English definition

A positional transition moves content from beyond an edge into its resting location.

Chinese translation

元素从容器或视口边界外滑入并停在目标位置。

Open workspace
Canonical term

Scale in

缩放入场
scale-in
English definition

An appearing element expands from a reduced scale to its final dimensions, commonly while opacity rises.

Chinese translation

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

Open workspace
Related term

Pop in

弹入
pop-in
English definition

An entrance crosses the final scale briefly, then settles back to create a compact spring-like accent.

Chinese translation

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

Distinction

Pop in overshoots and settles; Scale in can stop directly at its final size.

Open workspace
Canonical term

Reveal

揭示
reveal
English definition

A moving clipping boundary or mask exposes content progressively.

Chinese translation

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

Open workspace
Related term

Enter / Exit

进入 / 离开
enter-exit
English definition

Lifecycle motion communicates when an element joins or leaves the rendered interface.

Chinese translation

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

Distinction

Enter / Exit names the lifecycle motion used when an element is added or removed; Slide in is one directional implementation.

Open workspace

Sequencing & timing

Vocabulary for organizing multiple elements, moments, and timing relationships.

8
Canonical term

Keyframes

关键帧
keyframes
English definition

Named timeline checkpoints assign property values at selected offsets; interpolation determines the states between them.

Chinese translation

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

Open workspace
Related term

Interpolation / Tween

插值 / 补间
interpolation-tween
English definition

A renderer calculates intermediate property values between defined states to produce continuous change.

Chinese translation

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

Distinction

Interpolation / Tween generates frames between values; Keyframes defines state checkpoints on a timeline.

Open workspace
Canonical term

Stagger

交错动画
stagger
English definition

Related items start at offset times, turning one transition into a readable sequence.

Chinese translation

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

Open workspace
Related term

Orchestration

动效编排
orchestration
English definition

A coordinated timeline orders multiple motions so their starts, overlaps, and finishes express one event.

Chinese translation

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

Distinction

Orchestration coordinates timing across multiple animations; Keyframes describes states inside one animation.

Open workspace
Related term

Delay

延迟
delay
English definition

The delay is the interval between a trigger and the first active frame.

Chinese translation

动画开始前等待的时间。

Distinction

Delay is the wait before motion starts; Duration is the time the motion spends running.

Open workspace
Canonical term

Duration

时长
duration
English definition

Duration measures the elapsed time from an animation's start state to its end state.

Chinese translation

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

Open workspace
Related term

Fill mode

填充模式
fill-mode
English definition

A fill mode selects which keyframe styles apply outside the active animation interval.

Chinese translation

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

Distinction

Fill mode controls which styles persist outside the active interval; Keyframes defines states inside it.

Open workspace
Related term

Stepped animation

步进动画
stepped-animation
English definition

Progress advances through fixed discrete states instead of continuously interpolated values.

Chinese translation

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

Distinction

Stepped animation jumps between discrete states; regular keyframes usually interpolate continuously between states.

Open workspace

Movement & transforms

Terms for changing position, size, angle, perspective, and transform origin.

8
Canonical term

Translate

位移
translate
English definition

A transform shifts visual coordinates horizontally, vertically, or both while leaving layout flow unchanged.

Chinese translation

沿 X 轴或 Y 轴移动元素。

Open workspace
Related term

Scale

缩放
scale
English definition

A transform multiplies an element's rendered width and height around a chosen origin.

Chinese translation

放大或缩小元素。

Distinction

Scale changes an element's size; Translate changes its position.

Open workspace
Related term

Rotate

旋转
rotate
English definition

A transform changes an element's angular orientation around its transform origin.

Chinese translation

让元素围绕一个点旋转。

Distinction

Rotate changes an element's angle around an anchor; Translate changes its position.

Open workspace
Related term

Skew

倾斜
skew
English definition

A shear transform offsets one axis in proportion to the other, producing a slanted silhouette.

Chinese translation

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

Distinction

Skew shears an element's shape; Translate moves it along an axis.

Open workspace
Canonical term

3D tilt / Flip

3D 倾斜 / 翻转
3d-tilt-flip
English definition

Rotation around the X or Y axis creates a plane-turning effect within a perspective scene.

Chinese translation

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

Open workspace
Related term

Perspective

透视
perspective
English definition

Perspective sets the viewer-to-plane distance used to project three-dimensional transforms; shorter distances amplify depth.

Chinese translation

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

Distinction

Perspective controls the depth of a 3D projection; Translate controls spatial position.

Open workspace
Related term

Transform origin

变换原点
transform-origin
English definition

The transform origin defines the local pivot from which scaling and rotation are calculated.

Chinese translation

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

Distinction

Transform origin anchors scale or rotation; a pure translation keeps the same path across origins.

Open workspace
Canonical term

Origin-aware animation

基于触发源的动画
origin-aware-animation
English definition

Entrance geometry begins at the control or location that triggered the new surface, preserving their spatial relationship.

Chinese translation

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

Open workspace

State transitions

Terms for connecting states, views, and element identity.

7
Canonical term

Crossfade

交叉淡入淡出
crossfade
English definition

Two overlapping states exchange opacity over the same interval, handing visual focus from one to the other.

Chinese translation

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

Open workspace
Related term

Continuity transition

连续性过渡
continuity-transition
English definition

A transition preserves recognizable geometry or position across states so viewers can follow the change.

Chinese translation

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

Distinction

Continuity transition is a principle for preserving before-and-after relationships; Morph is one technique that can create continuity.

Open workspace
Canonical term

Morph

形变
morph
English definition

Interpolated geometry reshapes one visual form into another across a continuous transition.

Chinese translation

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

Open workspace
Related term

Shared element transition

共享元素过渡
shared-element-transition
English definition

A persistent visual object changes position, size, or styling while connecting two layouts.

Chinese translation

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

Distinction

Shared element transition moves and transforms the same element across layouts; Morph emphasizes one shape becoming another.

Open workspace
Related term

Layout animation

布局动画
layout-animation
English definition

Changes in measured position or dimensions are animated between layout snapshots.

Chinese translation

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

Distinction

Layout animation smooths size or position changes; Morph changes an element's shape.

Open workspace
Canonical term

Accordion / Collapse

手风琴 / 折叠
accordion-collapse
English definition

A disclosure region animates its visible extent while content is opened or closed.

Chinese translation

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

Open workspace
Canonical term

Direction-aware transition

方向感过渡
direction-aware-transition
English definition

Navigation motion uses the route direction to choose opposing travel paths for forward and reverse actions.

Chinese translation

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

Open workspace

Scroll motion

Terms tied to scroll position, viewport entry, and page navigation.

5
Canonical term

Scroll reveal

滚动揭示
scroll-reveal
English definition

Viewport entry triggers a one-time opacity or position transition for newly visible content.

Chinese translation

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

Open workspace
Canonical term

Scroll-driven animation

滚动驱动动画
scroll-driven-animation
English definition

Scroll progress supplies the animation timeline, mapping page movement to visual state.

Chinese translation

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

Open workspace
Canonical term

Parallax

视差
parallax
English definition

Layers respond to the same scroll input at different displacement rates, creating apparent depth.

Chinese translation

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

Open workspace
Canonical term

Page transition

页面过渡
page-transition
English definition

Route navigation is accompanied by coordinated exit and entrance states for page-level content.

Chinese translation

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

Open workspace
Related term

View transition

视图过渡
view-transition
English definition

The browser captures old and new render states, then animates their snapshots and designated shared elements.

Chinese translation

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

Distinction

View transition refers to the browser connecting DOM states or page snapshots; Page transition covers route-change animation more broadly.

Open workspace

Feedback & interaction

Terms for responding to press, touch, drag, and error states.

9
Canonical term

Hover effect

悬停效果
hover-effect
English definition

Pointer hover updates a control's visual state to signal availability or affordance.

Chinese translation

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

Open workspace
Canonical term

Press / Tap feedback

按压 / 轻触反馈
press-tap-feedback
English definition

A brief response during pointer or touch activation makes a control acknowledge contact.

Chinese translation

指针或触摸按下时提供短促视觉反馈,让控件确认已接收到输入。

Open workspace
Canonical term

Hold to confirm

长按确认
hold-to-confirm
English definition

A timed progress indicator advances while continuous press input is maintained and completes at a threshold.

Chinese translation

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

Open workspace
Related term

Drag

拖拽
drag
English definition

Pointer movement directly updates an object's position from grab until release.

Chinese translation

从抓取到释放期间,指针移动会直接更新对象位置。

Distinction

Drag is the general gesture of grabbing and moving an element; Drag to reorder applies it to list ordering.

Open workspace
Canonical term

Drag to reorder

拖拽排序
drag-to-reorder
English definition

Dragging an item changes its list position while surrounding items animate toward their prospective slots.

Chinese translation

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

Open workspace
Canonical term

Swipe to dismiss

滑动关闭
swipe-to-dismiss
English definition

A directional drag removes a surface after distance or velocity crosses a dismissal threshold.

Chinese translation

定向拖动越过距离或速度阈值后关闭当前界面元素。

Open workspace
Related term

Rubber-banding

橡皮筋回弹
rubber-banding
English definition

Movement beyond a boundary is attenuated, then restored toward the valid range after release.

Chinese translation

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

Distinction

Rubber-banding resists and returns after a boundary is crossed; Swipe to dismiss removes an element after a threshold.

Open workspace
Canonical term

Shake / Wiggle

摇晃 / 抖动
shake-wiggle
English definition

A rapid alternating displacement flags invalid input or a rejected action.

Chinese translation

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

Open workspace
Canonical term

Ripple

涟漪
ripple
English definition

A radial wave expands from the activation coordinates to mark where contact occurred.

Chinese translation

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

Open workspace

Easing

Terms that describe how speed accelerates, decelerates, and holds rhythm.

7
Canonical term

Easing

缓动
easing
English definition

An easing function maps linear timeline progress to a changing rate of property interpolation.

Chinese translation

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

Open workspace
Related term

Ease-out

缓出
ease-out
English definition

Progress advances quickly after activation and decelerates near completion, giving responsive UI motion a controlled arrival.

Chinese translation

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

Distinction

Ease-out is an easing profile that starts fast and ends slowly, fitting user-triggered responses.

Open workspace
Related term

Ease-in

缓入
ease-in
English definition

Progress accelerates from a gentle start toward a faster finish, fitting departures that should gather speed.

Chinese translation

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

Distinction

Ease-in is an easing profile that starts slowly and ends fast, which can make UI response feel sluggish.

Open workspace
Related term

Ease-in-out

缓入缓出
ease-in-out
English definition

Progress accelerates through the middle and decelerates at both ends, supporting visible point-to-point travel.

Chinese translation

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

Distinction

Ease-in-out is slow at both ends and faster in the middle, fitting movement of elements already on screen.

Open workspace
Related term

Linear

线性
linear
English definition

Timeline progress and property progress remain proportional, producing a constant rate suitable for continuous indicators.

Chinese translation

保持恒定速度,适合加载旋转器、跑马灯等持续运动。

Distinction

Linear easing keeps constant speed, fitting continuous motion such as spinners and marquees.

Open workspace
Related term

Cubic-bezier

三次贝塞尔
cubic-bezier
English definition

Four control points describe a cubic Bézier timing curve for custom acceleration and deceleration.

Chinese translation

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

Distinction

Cubic-bezier expresses a custom easing curve for precise acceleration and deceleration control.

Open workspace
Related term

Asymmetric easing

非对称缓动
asymmetric-easing
English definition

Different acceleration and deceleration shapes give the entrance and arrival distinct timing characteristics.

Chinese translation

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

Distinction

Asymmetric easing uses different acceleration and deceleration rates; it is a custom easing strategy.

Open workspace

Spring animations

Terms for physics-based motion with mass, damping, velocity, and bounce.

9
Canonical term

Spring

弹簧
spring
English definition

A simulated oscillator approaches a target according to stiffness, damping, mass, and current velocity.

Chinese translation

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

Open workspace
Related term

Stiffness / Tension

刚度 / 张力
stiffness-tension
English definition

Stiffness determines the restoring force applied for a given distance from the spring's target.

Chinese translation

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

Distinction

Stiffness / Tension controls how strongly a spring pulls toward its target; it is a spring-model parameter.

Open workspace
Related term

Damping

阻尼
damping
English definition

Damping removes energy from a spring over time, controlling oscillation and settlement.

Chinese translation

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

Distinction

Damping controls how quickly oscillation settles; Spring is the full physical model that includes damping.

Open workspace
Related term

Mass

质量
mass
English definition

Mass sets inertia in the spring equation, influencing acceleration and the perceived weight of motion.

Chinese translation

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

Distinction

Mass controls perceived weight and inertia; it works with stiffness and damping to shape a spring response.

Open workspace
Related term

Bounce

弹跳
bounce
English definition

A spring crosses its target one or more times before its oscillation converges.

Chinese translation

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

Distinction

Bounce is a spring overshooting and settling, commonly produced by lower damping with suitable stiffness.

Open workspace
Related term

Perceptual duration

感知时长
perceptual-duration
English definition

The perceived duration ends when remaining spring movement falls below a visually meaningful threshold.

Chinese translation

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

Distinction

Perceptual duration describes when a spring feels finished to the user; it differs from a fixed CSS duration.

Open workspace
Related term

Momentum

动量
momentum
English definition

Stored velocity continues to influence motion after direct manipulation ends.

Chinese translation

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

Distinction

Momentum preserves velocity after release or interruption; a spring can receive and carry that velocity.

Open workspace
Related term

Velocity

速度
velocity
English definition

Velocity records both speed and direction, allowing a new transition to inherit current movement.

Chinese translation

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

Distinction

Velocity records speed and direction; a spring can use it as the initial condition for the next response.

Open workspace
Related term

Interruptible animation

可打断动画
interruptible-animation
English definition

An in-progress transition accepts a new target while retaining continuity of position and velocity.

Chinese translation

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

Distinction

Interruptible animation names the ability to retarget motion smoothly in flight; a spring is one way to implement it.

Open workspace

Looping & ambient motion

Terms for autonomous, looping, and ambient motion.

7
Canonical term

Marquee

跑马灯
marquee
English definition

A content track translates continuously and wraps to create an uninterrupted scrolling strip.

Chinese translation

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

Open workspace
Canonical term

Loop

循环
loop
English definition

A timeline restarts according to a finite iteration count or continues indefinitely.

Chinese translation

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

Open workspace
Related term

Alternate (yoyo)

往返循环
alternate
English definition

Successive iterations reverse playback direction so each endpoint becomes the next starting point.

Chinese translation

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

Distinction

Alternate reverses direction each iteration; Loop also includes normal, reverse, finite, and infinite strategies.

Open workspace
Canonical term

Orbit

环绕
orbit
English definition

An element follows a closed path around a center or companion object.

Chinese translation

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

Open workspace
Related term

Pulse

脉冲
pulse
English definition

A low-amplitude cycle of scale, opacity, or color periodically emphasizes an element.

Chinese translation

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

Distinction

Pulse repeats scale or opacity changes to attract attention; Idle animation is the broader category that can include it.

Open workspace
Related term

Float

漂浮
float
English definition

A slow repeating translation produces a light hovering impression around a stable resting point.

Chinese translation

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

Distinction

Float uses continuous subtle vertical drift; Idle animation can also use pulse and other low-intensity motion.

Open workspace
Canonical term

Idle animation

空闲动效
idle-animation
English definition

Low-intensity ambient motion gives a waiting element activity without requiring input.

Chinese translation

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

Open workspace

Polish & effects

Terms for small effects that make interfaces clearer and more polished.

10
Canonical term

Blur

模糊
blur
English definition

A blur filter blends neighboring pixels to soften edges, depth layers, or transitional artifacts.

Chinese translation

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

Open workspace
Related term

Clip-path

裁切路径
clip-path
English definition

A geometric clipping region controls which portion of an element is painted.

Chinese translation

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

Distinction

Clip-path hides regions with a defined shape boundary; Blur softens pixels and does not define the visible region.

Open workspace
Related term

Mask

遮罩
mask
English definition

An alpha or luminance image modulates visibility, allowing gradients and soft-edged reveals.

Chinese translation

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

Distinction

Mask controls visible regions through alpha or luminance and supports soft edges; Blur only softens the image.

Open workspace
Canonical term

Before / after slider

前后对比滑杆
before-after-slider
English definition

A draggable boundary changes the visible share of two aligned layers for direct comparison.

Chinese translation

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

Open workspace
Canonical term

Line drawing

线条绘制
line-drawing
English definition

Animating SVG stroke dash values reveals a path progressively along its length.

Chinese translation

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

Open workspace
Canonical term

Text morph

文字形变
text-morph
English definition

Characters or glyph shapes transition between text states to focus attention on updated content.

Chinese translation

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

Open workspace
Canonical term

Skeleton / Shimmer

骨架屏 / 微光
skeleton-shimmer
English definition

A placeholder layout uses a moving highlight to communicate that content is still loading.

Chinese translation

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

Open workspace
Canonical term

Number ticker

数字滚动
number-ticker
English definition

Numeric glyphs translate or interpolate until the display reaches an updated value.

Chinese translation

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

Open workspace
Related term

Tabular numbers

等宽数字
tabular-numbers
English definition

Tabular numeral glyphs share a fixed advance width, keeping changing values spatially stable.

Chinese translation

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

Distinction

Tabular numbers is a typographic feature that stabilizes digit width; Number ticker is the animation used when values change.

Open workspace
Canonical term

Typewriter

打字机
typewriter
English definition

A text sequence reveals characters at timed intervals to simulate incremental entry.

Chinese translation

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

Open workspace

Performance

Terms for judging smoothness, jank, and rendering performance.

6
Canonical term

Frame rate (FPS)

帧率(FPS)
frame-rate
English definition

Frame rate counts rendered frames per second; matching the display refresh cadence produces the smoothest result.

Chinese translation

每秒渲染的帧数;动画与显示器刷新节奏匹配时通常最流畅。

Open workspace
Related term

Jank

卡顿
jank
English definition

Jank is a perceptible break in motion caused by irregular frame timing or delayed main-thread work.

Chinese translation

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

Distinction

Jank is the visible stutter a user sees; Frame rate is the metric used to measure drawing speed.

Open workspace
Related term

Dropped frame

丢帧
dropped-frame
English definition

A dropped frame occurs when rendering misses a display deadline and the previous image remains visible for another refresh.

Chinese translation

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

Distinction

Dropped frame is one missed drawing deadline; Frame rate summarizes drawing frequency over time.

Open workspace
Canonical term

Compositing

合成
compositing
English definition

Compositing assembles painted layers into the final frame and can update transforms or opacity without repeating layout.

Chinese translation

合成会把已绘制的图层组合成最终画面;独立图层上的 transform 或 opacity 更新可跳过布局,并可能跳过重绘。

Open workspace
Related term

will-change

will-change
will-change
English definition

The will-change property warns the browser about an upcoming property change so it can prepare relevant rendering resources.

Chinese translation

一种 CSS 渲染提示,告知浏览器某项属性即将变化,以便浏览器按需提前准备优化。

Distinction

will-change is an optimization hint; Compositing is the rendering stage that lets the GPU handle layers.

Open workspace
Related term

Layout thrashing

布局抖动
layout-thrashing
English definition

Repeated interleaving of layout reads and writes forces synchronous recalculation and consumes the frame budget.

Chinese translation

交替读取布局信息并写入样式,会反复触发同步布局计算并耗尽帧预算。

Distinction

Layout thrashing comes from repeated layout calculation; compositor-friendly transform and opacity can avoid that work.

Open workspace

Principles

Principles for deciding when to animate, how to animate, and how to protect users.

9
Canonical term

Purposeful animation

有目的的动效
purposeful-animation
English definition

Purposeful motion communicates hierarchy, causality, feedback, or spatial relationships in support of a user task.

Chinese translation

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

Open workspace
Canonical term

Anticipation

预备动作
anticipation
English definition

A brief preparatory movement establishes direction and energy before the primary action.

Chinese translation

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

Open workspace
Related term

Follow-through

跟随动作
follow-through
English definition

Secondary parts continue and settle after the main body reaches its destination, reinforcing weight and flexibility.

Chinese translation

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

Distinction

Follow-through happens after the main motion stops; Anticipation happens before the main motion starts.

Open workspace
Related term

Squash & stretch

挤压与拉伸
squash-and-stretch
English definition

Temporary deformation links shape to force, speed, or impact while preserving recognizable volume.

Chinese translation

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

Distinction

Squash & stretch uses deformation to express weight and flexibility; Anticipation uses an opposite wind-up to preview motion.

Open workspace
Canonical term

Perceived performance

感知性能
perceived-performance
English definition

Motion and progressive feedback reduce uncertainty during waiting, changing how fast the interface feels.

Chinese translation

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

Open workspace
Related term

Frequency of use

使用频率
frequency-of-use
English definition

Exposure frequency sets an animation's acceptable emphasis and length; repeated motion benefits from greater restraint.

Chinese translation

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

Distinction

Frequency of use determines how short and subtle motion should be; Purposeful animation determines the function it serves.

Open workspace
Related term

Spatial consistency

空间一致性
spatial-consistency
English definition

Objects retain coherent position, direction, and identity across states so changes remain easy to trace.

Chinese translation

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

Distinction

Spatial consistency preserves identity and position across states; Purposeful animation supplies the reason for that continuity.

Open workspace
Related term

Hardware acceleration

硬件加速
hardware-acceleration
English definition

Hardware acceleration uses compositor and GPU resources for eligible visual updates, helping frames meet display deadlines.

Chinese translation

符合条件的视觉更新可利用合成线程和 GPU 资源,帮助画面赶上显示刷新期限。

Distinction

Hardware acceleration describes using the GPU to keep motion smooth; Compositing is the rendering stage that hands independent layers to the GPU.

Open workspace
Canonical term

Reduced motion

减弱动效
reduced-motion
English definition

Reduced-motion behavior honors the user preference with stable spatial states and concise essential feedback.

Chinese translation

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

Open workspace