@@ -706,53 +706,62 @@ Supported values for `animation` are:
706706- ` default ` - Default animation based on the platform and OS version.
707707<video playsInline autoPlay muted loop >
708708 <source src =" /assets/7.x/stack/animation-default.mp4 " />
709+
709710</video >
710711
711712- ` fade ` - Simple fade animation for dialogs.
712713<video playsInline autoPlay muted loop >
713714 <source src =" /assets/7.x/stack/animation-fade.mp4 " />
715+
714716</video >
715717
716718- ` fade_from_bottom ` - Standard Android-style fade-in from the bottom for Android Oreo.
717719<video playsInline autoPlay muted loop >
718720 <source src =" /assets/7.x/stack/animation-fade_from_bottom.mp4 " />
721+
719722</video >
720723
721724- ` fade_from_right ` - Standard Android-style fade-in from the right for Android 14.
722725<video playsInline autoPlay muted loop >
723726 <source src =" /assets/7.x/stack/animation-fade_from_right.mp4 " />
727+
724728</video >
725729
726730- ` reveal_from_bottom ` - Standard Android-style reveal from the bottom for Android Pie.
727731<video playsInline autoPlay muted loop >
728732 <source src =" /assets/7.x/stack/animation-reveal_from_bottom.mp4 " />
733+
729734</video >
730735
731736- ` scale_from_center ` - Scale animation from the center.
732737<video playsInline autoPlay muted loop >
733738 <source src =" /assets/7.x/stack/animation-scale_from_center.mp4 " />
739+
734740</video >
735741
736742- ` slide_from_right ` - Standard iOS-style slide in from the right.
737743<video playsInline autoPlay muted loop >
738744 <source src =" /assets/7.x/stack/animation-slide_from_right.mp4 " />
745+
739746</video >
740747
741748- ` slide_from_left ` - Similar to ` slide_from_right ` , but the screen will slide in from the left.
742749<video playsInline autoPlay muted loop >
743750 <source src =" /assets/7.x/stack/animation-slide_from_left.mp4 " />
751+
744752</video >
745753
746754- ` slide_from_bottom ` - Slide animation from the bottom for modals and bottom sheets.
747755<video playsInline autoPlay muted loop >
748756 <source src =" /assets/7.x/stack/animation-slide_from_bottom.mp4 " />
757+
749758</video >
750759
751760- ` none ` - The screens are pushed or popped immediately without any animation.
752761<video playsInline autoPlay muted loop >
753762 <source src =" /assets/7.x/stack/animation-none.mp4 " />
754- </video >
755763
764+ </video >
756765
757766By default, Android and iOS use the ` default ` animation and other platforms use ` none ` .
758767
0 commit comments