Skip to content

Commit dbdc820

Browse files
docs: fix typo in builtin slide transitions (#114)
1 parent 8ffa1fd commit dbdc820

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guide/animations.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,8 @@ This will give you a nice sliding effects on slide switching. Setting it in the
220220
- `fade-out` - Fade out and then fade in
221221
- `slide-left` - Slides to the left (slide to right when going backward)
222222
- `slide-right` - Slides to the right (slide to left when going backward)
223-
- `slide-top` - Slides to the top (slide to bottom when going backward)
224-
- `slide-bottom` - Slides to the bottom (slide to top when going backward)
223+
- `slide-up` - Slides to the top (slide to bottom when going backward)
224+
- `slide-down` - Slides to the bottom (slide to top when going backward)
225225

226226
### Custom Transitions
227227

0 commit comments

Comments
 (0)