91 个动效术语

动画词汇表

中英双语动效术语,包含定义、辨析和对应工作区。

显示 91 / 91 个术语

入场与退场

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

6
核心术语

淡入 / 淡出

Fade in / Fade out
fade-in-fade-out
英文定义

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

中文翻译

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

查看工作区
核心术语

滑入

Slide in
slide-in
英文定义

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

中文翻译

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

查看工作区
核心术语

缩放入场

Scale in
scale-in
英文定义

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

中文翻译

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

查看工作区
相关术语

弹入

Pop in
pop-in
英文定义

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

中文翻译

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

辨析

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

查看工作区
核心术语

揭示

Reveal
reveal
英文定义

A moving clipping boundary or mask exposes content progressively.

中文翻译

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

查看工作区
相关术语

进入 / 离开

Enter / Exit
enter-exit
英文定义

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

中文翻译

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

辨析

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

查看工作区

编排与时间

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

8
核心术语

关键帧

Keyframes
keyframes
英文定义

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

中文翻译

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

查看工作区
相关术语

插值 / 补间

Interpolation / Tween
interpolation-tween
英文定义

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

中文翻译

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

辨析

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

查看工作区
核心术语

交错动画

Stagger
stagger
英文定义

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

中文翻译

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

查看工作区
相关术语

动效编排

Orchestration
orchestration
英文定义

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

中文翻译

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

辨析

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

查看工作区
相关术语

延迟

Delay
delay
英文定义

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

中文翻译

动画开始前等待的时间。

辨析

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

查看工作区
核心术语

时长

Duration
duration
英文定义

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

中文翻译

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

查看工作区
相关术语

填充模式

Fill mode
fill-mode
英文定义

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

中文翻译

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

辨析

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

查看工作区
相关术语

步进动画

Stepped animation
stepped-animation
英文定义

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

中文翻译

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

辨析

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

查看工作区

位移与变换

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

8
核心术语

位移

Translate
translate
英文定义

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

中文翻译

沿 X 轴或 Y 轴移动元素。

查看工作区
相关术语

缩放

Scale
scale
英文定义

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

中文翻译

放大或缩小元素。

辨析

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

查看工作区
相关术语

旋转

Rotate
rotate
英文定义

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

中文翻译

让元素围绕一个点旋转。

辨析

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

查看工作区
相关术语

倾斜

Skew
skew
英文定义

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

中文翻译

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

辨析

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

查看工作区
核心术语

3D 倾斜 / 翻转

3D tilt / Flip
3d-tilt-flip
英文定义

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

中文翻译

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

查看工作区
相关术语

透视

Perspective
perspective
英文定义

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

中文翻译

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

辨析

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

查看工作区
相关术语

变换原点

Transform origin
transform-origin
英文定义

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

中文翻译

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

辨析

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

查看工作区
核心术语

基于触发源的动画

Origin-aware animation
origin-aware-animation
英文定义

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

中文翻译

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

查看工作区

状态过渡

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

7
核心术语

交叉淡入淡出

Crossfade
crossfade
英文定义

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

中文翻译

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

查看工作区
相关术语

连续性过渡

Continuity transition
continuity-transition
英文定义

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

中文翻译

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

辨析

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

查看工作区
核心术语

形变

Morph
morph
英文定义

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

中文翻译

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

查看工作区
相关术语

共享元素过渡

Shared element transition
shared-element-transition
英文定义

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

中文翻译

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

辨析

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

查看工作区
相关术语

布局动画

Layout animation
layout-animation
英文定义

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

中文翻译

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

辨析

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

查看工作区
核心术语

手风琴 / 折叠

Accordion / Collapse
accordion-collapse
英文定义

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

中文翻译

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

查看工作区
核心术语

方向感过渡

Direction-aware transition
direction-aware-transition
英文定义

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

中文翻译

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

查看工作区

滚动动效

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

5
核心术语

滚动揭示

Scroll reveal
scroll-reveal
英文定义

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

中文翻译

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

查看工作区
核心术语

滚动驱动动画

Scroll-driven animation
scroll-driven-animation
英文定义

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

中文翻译

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

查看工作区
核心术语

视差

Parallax
parallax
英文定义

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

中文翻译

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

查看工作区
核心术语

页面过渡

Page transition
page-transition
英文定义

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

中文翻译

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

查看工作区
相关术语

视图过渡

View transition
view-transition
英文定义

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

中文翻译

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

辨析

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

查看工作区

反馈与交互

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

9
核心术语

悬停效果

Hover effect
hover-effect
英文定义

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

中文翻译

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

查看工作区
核心术语

按压 / 轻触反馈

Press / Tap feedback
press-tap-feedback
英文定义

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

中文翻译

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

查看工作区
核心术语

长按确认

Hold to confirm
hold-to-confirm
英文定义

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

中文翻译

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

查看工作区
相关术语

拖拽

Drag
drag
英文定义

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

中文翻译

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

辨析

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

查看工作区
核心术语

拖拽排序

Drag to reorder
drag-to-reorder
英文定义

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

中文翻译

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

查看工作区
核心术语

滑动关闭

Swipe to dismiss
swipe-to-dismiss
英文定义

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

中文翻译

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

查看工作区
相关术语

橡皮筋回弹

Rubber-banding
rubber-banding
英文定义

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

中文翻译

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

辨析

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

查看工作区
核心术语

摇晃 / 抖动

Shake / Wiggle
shake-wiggle
英文定义

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

中文翻译

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

查看工作区
核心术语

涟漪

Ripple
ripple
英文定义

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

中文翻译

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

查看工作区

缓动

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

7
核心术语

缓动

Easing
easing
英文定义

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

中文翻译

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

查看工作区
相关术语

缓出

Ease-out
ease-out
英文定义

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

中文翻译

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

辨析

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

查看工作区
相关术语

缓入

Ease-in
ease-in
英文定义

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

中文翻译

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

辨析

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

查看工作区
相关术语

缓入缓出

Ease-in-out
ease-in-out
英文定义

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

中文翻译

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

辨析

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

查看工作区
相关术语

线性

Linear
linear
英文定义

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

中文翻译

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

辨析

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

查看工作区
相关术语

三次贝塞尔

Cubic-bezier
cubic-bezier
英文定义

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

中文翻译

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

辨析

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

查看工作区
相关术语

非对称缓动

Asymmetric easing
asymmetric-easing
英文定义

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

中文翻译

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

辨析

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

查看工作区

弹簧动效

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

9
核心术语

弹簧

Spring
spring
英文定义

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

中文翻译

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

查看工作区
相关术语

刚度 / 张力

Stiffness / Tension
stiffness-tension
英文定义

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

中文翻译

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

辨析

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

查看工作区
相关术语

阻尼

Damping
damping
英文定义

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

中文翻译

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

辨析

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

查看工作区
相关术语

质量

Mass
mass
英文定义

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

中文翻译

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

辨析

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

查看工作区
相关术语

弹跳

Bounce
bounce
英文定义

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

中文翻译

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

辨析

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

查看工作区
相关术语

感知时长

Perceptual duration
perceptual-duration
英文定义

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

中文翻译

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

辨析

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

查看工作区
相关术语

动量

Momentum
momentum
英文定义

Stored velocity continues to influence motion after direct manipulation ends.

中文翻译

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

辨析

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

查看工作区
相关术语

速度

Velocity
velocity
英文定义

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

中文翻译

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

辨析

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

查看工作区
相关术语

可打断动画

Interruptible animation
interruptible-animation
英文定义

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

中文翻译

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

辨析

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

查看工作区

循环与环境动效

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

7
核心术语

跑马灯

Marquee
marquee
英文定义

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

中文翻译

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

查看工作区
核心术语

循环

Loop
loop
英文定义

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

中文翻译

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

查看工作区
相关术语

往返循环

Alternate (yoyo)
alternate
英文定义

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

中文翻译

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

辨析

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

查看工作区
核心术语

环绕

Orbit
orbit
英文定义

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

中文翻译

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

查看工作区
相关术语

脉冲

Pulse
pulse
英文定义

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

中文翻译

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

辨析

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

查看工作区
相关术语

漂浮

Float
float
英文定义

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

中文翻译

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

辨析

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

查看工作区
核心术语

空闲动效

Idle animation
idle-animation
英文定义

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

中文翻译

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

查看工作区

润色与效果

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

10
核心术语

模糊

Blur
blur
英文定义

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

中文翻译

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

查看工作区
相关术语

裁切路径

Clip-path
clip-path
英文定义

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

中文翻译

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

辨析

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

查看工作区
相关术语

遮罩

Mask
mask
英文定义

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

中文翻译

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

辨析

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

查看工作区
核心术语

前后对比滑杆

Before / after slider
before-after-slider
英文定义

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

中文翻译

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

查看工作区
核心术语

线条绘制

Line drawing
line-drawing
英文定义

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

中文翻译

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

查看工作区
核心术语

文字形变

Text morph
text-morph
英文定义

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

中文翻译

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

查看工作区
核心术语

骨架屏 / 微光

Skeleton / Shimmer
skeleton-shimmer
英文定义

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

中文翻译

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

查看工作区
核心术语

数字滚动

Number ticker
number-ticker
英文定义

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

中文翻译

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

查看工作区
相关术语

等宽数字

Tabular numbers
tabular-numbers
英文定义

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

中文翻译

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

辨析

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

查看工作区
核心术语

打字机

Typewriter
typewriter
英文定义

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

中文翻译

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

查看工作区

性能

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

6
核心术语

帧率(FPS)

Frame rate (FPS)
frame-rate
英文定义

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

中文翻译

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

查看工作区
相关术语

卡顿

Jank
jank
英文定义

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

中文翻译

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

辨析

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

查看工作区
相关术语

丢帧

Dropped frame
dropped-frame
英文定义

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

中文翻译

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

辨析

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

查看工作区
核心术语

合成

Compositing
compositing
英文定义

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

中文翻译

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

查看工作区
相关术语

will-change

will-change
will-change
英文定义

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

中文翻译

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

辨析

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

查看工作区
相关术语

布局抖动

Layout thrashing
layout-thrashing
英文定义

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

中文翻译

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

辨析

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

查看工作区

原则

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

9
核心术语

有目的的动效

Purposeful animation
purposeful-animation
英文定义

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

中文翻译

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

查看工作区
核心术语

预备动作

Anticipation
anticipation
英文定义

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

中文翻译

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

查看工作区
相关术语

跟随动作

Follow-through
follow-through
英文定义

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

中文翻译

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

辨析

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

查看工作区
相关术语

挤压与拉伸

Squash & stretch
squash-and-stretch
英文定义

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

中文翻译

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

辨析

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

查看工作区
核心术语

感知性能

Perceived performance
perceived-performance
英文定义

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

中文翻译

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

查看工作区
相关术语

使用频率

Frequency of use
frequency-of-use
英文定义

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

中文翻译

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

辨析

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

查看工作区
相关术语

空间一致性

Spatial consistency
spatial-consistency
英文定义

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

中文翻译

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

辨析

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

查看工作区
相关术语

硬件加速

Hardware acceleration
hardware-acceleration
英文定义

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

中文翻译

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

辨析

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

查看工作区
核心术语

减弱动效

Reduced motion
reduced-motion
英文定义

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

中文翻译

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

查看工作区