Skip to content

Commit 4c0ff76

Browse files
fix: increase header depth and tweak wording in transitions-overview.md (#679)
1 parent 8cbc585 commit 4c0ff76

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/guide/transitions-overview.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ Vue.createApp(Demo).mount('#demo')
7272

7373
<common-codepen-snippet title="Create animation with a class" slug="ff45b91caf7a98c8c9077ad8ab539260" tab="css,result" :editable="false" :preview="false" />
7474

75-
# Transitions with Style Bindings
75+
## Transitions with Style Bindings
7676

77-
Some transition affects can be applied by interpolating values, for instance by binding a style to an element while an interaction occurs. Take this example for instance:
77+
Some transition effects can be applied by interpolating values, for instance by binding a style to an element while an interaction occurs. Take this example for instance:
7878

7979
```html
8080
<div id="demo">
@@ -152,7 +152,7 @@ You may also find that entrances look better with slightly more time than an exi
152152

153153
## Easing
154154

155-
Easing is an important way to convey depth in an animation. One of the most common mistakes newcomers to animation have is to use `ease-in` for entrances, and `ease-out` for exits. You'll actually need the opposite.
155+
Easing is an important way to convey depth in an animation. One of the most common mistakes newcomers to animation make is to use `ease-in` for entrances, and `ease-out` for exits. You'll actually need the opposite.
156156

157157
If we were to apply these states to a transition, it would look something like this:
158158

0 commit comments

Comments
 (0)