@@ -608,80 +608,47 @@ Supported values:
608
608
<video playsInline autoPlay muted loop >
609
609
<source src =" /assets/7.x/native-stack/native-stack-animation-default.mp4 " />
610
610
</video >
611
-
612
-
611
+
613
612
- ` fade ` : fade screen in or out
614
613
<video playsInline autoPlay muted loop >
615
614
<source src =" /assets/7.x/native-stack/native-stack-animation-fade.mp4 " />
616
615
</video >
617
616
618
-
619
-
620
-
621
-
622
617
- ` fade_from_bottom ` : fade the new screen from bottom
623
618
<video playsInline autoPlay muted loop >
624
619
<source src =" /assets/7.x/native-stack/native-stack-animation-fade-from-bottom.mp4 " />
625
620
</video >
626
621
627
-
628
-
629
-
630
-
631
622
- ` flip ` : flip the screen, requires ` presentation: "modal" ` (iOS only)
632
623
<video playsInline autoPlay muted loop >
633
624
<source src =" /assets/7.x/native-stack/native-stack-animation-flip.mp4 " />
634
625
</video >
635
626
636
-
637
-
638
-
639
-
640
627
- ` simple_push ` : default animation, but without shadow and native header transition (iOS only, uses default animation on Android)
641
628
<video playsInline autoPlay muted loop >
642
629
<source src =" /assets/7.x/native-stack/native-stack-animation-simple-push.mp4 " />
643
630
</video >
644
631
645
-
646
-
647
-
648
-
649
632
- ` slide_from_bottom ` : slide in the new screen from bottom
650
633
<video playsInline autoPlay muted loop >
651
634
<source src =" /assets/7.x/native-stack/native-stack-animation-slide-from-bottom.mp4 " />
652
635
</video >
653
636
654
-
655
-
656
-
657
-
658
637
- ` slide_from_right ` : slide in the new screen from right (Android only, uses default animation on iOS)
659
638
<video playsInline autoPlay muted loop >
660
639
<source src =" /assets/7.x/native-stack/native-stack-animation-slide-from-right.mp4 " />
661
640
</video >
662
641
663
-
664
-
665
-
666
-
667
642
- ` slide_from_left ` : slide in the new screen from left (Android only, uses default animation on iOS)
668
643
<video playsInline autoPlay muted loop >
669
644
<source src =" /assets/7.x/native-stack/native-stack-animation-slide-from-left.mp4 " />
670
645
</video >
671
646
672
-
673
-
674
-
675
-
676
647
- ` none ` : don't animate the screen
677
648
<video playsInline autoPlay muted loop >
678
649
<source src =" /assets/7.x/native-stack/native-stack-animation-none.mp4 " />
679
650
</video >
680
651
681
-
682
-
683
-
684
-
685
652
#### ` presentation `
686
653
687
654
How should the screen be presented.
0 commit comments