@@ -706,53 +706,62 @@ Supported values for `animation` are:
706
706
- ` default ` - Default animation based on the platform and OS version.
707
707
<video playsInline autoPlay muted loop >
708
708
<source src =" /assets/7.x/stack/animation-default.mp4 " />
709
+
709
710
</video >
710
711
711
712
- ` fade ` - Simple fade animation for dialogs.
712
713
<video playsInline autoPlay muted loop >
713
714
<source src =" /assets/7.x/stack/animation-fade.mp4 " />
715
+
714
716
</video >
715
717
716
718
- ` fade_from_bottom ` - Standard Android-style fade-in from the bottom for Android Oreo.
717
719
<video playsInline autoPlay muted loop >
718
720
<source src =" /assets/7.x/stack/animation-fade_from_bottom.mp4 " />
721
+
719
722
</video >
720
723
721
724
- ` fade_from_right ` - Standard Android-style fade-in from the right for Android 14.
722
725
<video playsInline autoPlay muted loop >
723
726
<source src =" /assets/7.x/stack/animation-fade_from_right.mp4 " />
727
+
724
728
</video >
725
729
726
730
- ` reveal_from_bottom ` - Standard Android-style reveal from the bottom for Android Pie.
727
731
<video playsInline autoPlay muted loop >
728
732
<source src =" /assets/7.x/stack/animation-reveal_from_bottom.mp4 " />
733
+
729
734
</video >
730
735
731
736
- ` scale_from_center ` - Scale animation from the center.
732
737
<video playsInline autoPlay muted loop >
733
738
<source src =" /assets/7.x/stack/animation-scale_from_center.mp4 " />
739
+
734
740
</video >
735
741
736
742
- ` slide_from_right ` - Standard iOS-style slide in from the right.
737
743
<video playsInline autoPlay muted loop >
738
744
<source src =" /assets/7.x/stack/animation-slide_from_right.mp4 " />
745
+
739
746
</video >
740
747
741
748
- ` slide_from_left ` - Similar to ` slide_from_right ` , but the screen will slide in from the left.
742
749
<video playsInline autoPlay muted loop >
743
750
<source src =" /assets/7.x/stack/animation-slide_from_left.mp4 " />
751
+
744
752
</video >
745
753
746
754
- ` slide_from_bottom ` - Slide animation from the bottom for modals and bottom sheets.
747
755
<video playsInline autoPlay muted loop >
748
756
<source src =" /assets/7.x/stack/animation-slide_from_bottom.mp4 " />
757
+
749
758
</video >
750
759
751
760
- ` none ` - The screens are pushed or popped immediately without any animation.
752
761
<video playsInline autoPlay muted loop >
753
762
<source src =" /assets/7.x/stack/animation-none.mp4 " />
754
- </video >
755
763
764
+ </video >
756
765
757
766
By default, Android and iOS use the ` default ` animation and other platforms use ` none ` .
758
767
0 commit comments