Skip to content

Commit 3fbcc56

Browse files
Clarify a partial transition example (#1801)
1 parent 9daec58 commit 3fbcc56

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/guide/built-ins/transition.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,8 @@ Although the transition classes are only applied to the direct child element in
284284
transform: translateX(30px);
285285
opacity: 0;
286286
}
287+
288+
/* ... other necessary CSS omitted */
287289
```
288290

289291
We can even add a transition delay to the nested element on enter, which creates a staggered enter animation sequence:

0 commit comments

Comments
 (0)