We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ffa1fd commit dbdc820Copy full SHA for dbdc820
guide/animations.md
@@ -220,8 +220,8 @@ This will give you a nice sliding effects on slide switching. Setting it in the
220
- `fade-out` - Fade out and then fade in
221
- `slide-left` - Slides to the left (slide to right when going backward)
222
- `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)
+- `slide-up` - Slides to the top (slide to bottom when going backward)
+- `slide-down` - Slides to the bottom (slide to top when going backward)
225
226
### Custom Transitions
227
0 commit comments