Skip to content
This repository was archived by the owner on Aug 8, 2022. It is now read-only.

Commit 83b3d4b

Browse files
mcdongWangveaba
andauthored
Update src/guide/transitions-overview.md
Co-authored-by: Godpu <908662421@qq.com>
1 parent 1d97deb commit 83b3d4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/transitions-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Vue.createApp(Demo).mount('#demo')
130130

131131
你可能注意到上面显示的动画使用了 `transforms` 之类的东西,并应用了诸如 `perspective` 之类的奇怪的 property——为什么它们是这样实现的,而不是仅仅使用 `margin``top` 等?
132132

133-
我们可以通过对性能的了解,在 web 上创建极其流畅的动画。我们希望尽可能对元素动画进行硬件加速,并使用不触发重绘的属性。我们来介绍一下如何实现这个目标。
133+
我们可以通过对性能的了解,在 web 上创建极其流畅的动画。我们希望尽可能对元素动画进行硬件加速,并使用不触发重绘的 property。我们来介绍一下如何实现这个目标。
134134

135135
### Transform 和 Opacity
136136

0 commit comments

Comments
 (0)