@@ -614,49 +614,14 @@ Only supported on Android and iOS.
614
614
Supported values:
615
615
616
616
- ` default ` : use the platform default animation
617
- <video playsInline autoPlay muted loop >
618
- <source src =" /assets/7.x/native-stack/native-stack-animation-default.mp4 " />
619
- </video >
620
-
621
617
- ` fade ` : fade screen in or out
622
- <video playsInline autoPlay muted loop >
623
- <source src =" /assets/7.x/native-stack/native-stack-animation-fade.mp4 " />
624
- </video >
625
-
626
618
- ` fade_from_bottom ` : fade the new screen from bottom
627
- <video playsInline autoPlay muted loop >
628
- <source src =" /assets/7.x/native-stack/native-stack-animation-fade-from-bottom.mp4 " />
629
- </video >
630
-
631
619
- ` flip ` : flip the screen, requires ` presentation: "modal" ` (iOS only)
632
- <video playsInline autoPlay muted loop >
633
- <source src =" /assets/7.x/native-stack/native-stack-animation-flip.mp4 " />
634
- </video >
635
-
636
620
- ` simple_push ` : default animation, but without shadow and native header transition (iOS only, uses default animation on Android)
637
- <video playsInline autoPlay muted loop >
638
- <source src =" /assets/7.x/native-stack/native-stack-animation-simple-push.mp4 " />
639
- </video >
640
-
641
621
- ` slide_from_bottom ` : slide in the new screen from bottom
642
- <video playsInline autoPlay muted loop >
643
- <source src =" /assets/7.x/native-stack/native-stack-animation-slide-from-bottom.mp4 " />
644
- </video >
645
-
646
622
- ` slide_from_right ` : slide in the new screen from right (Android only, uses default animation on iOS)
647
- <video playsInline autoPlay muted loop >
648
- <source src =" /assets/7.x/native-stack/native-stack-animation-slide-from-right.mp4 " />
649
- </video >
650
-
651
623
- ` slide_from_left ` : slide in the new screen from left (Android only, uses default animation on iOS)
652
- <video playsInline autoPlay muted loop >
653
- <source src =" /assets/7.x/native-stack/native-stack-animation-slide-from-left.mp4 " />
654
- </video >
655
-
656
624
- ` none ` : don't animate the screen
657
- <video playsInline autoPlay muted loop >
658
- <source src =" /assets/7.x/native-stack/native-stack-animation-none.mp4 " />
659
- </video >
660
625
661
626
#### ` presentation `
662
627
0 commit comments