Skip to content

Commit f0696fe

Browse files
committed
chore: code cleaning
1 parent 5d4a67b commit f0696fe

File tree

1 file changed

+0
-35
lines changed

1 file changed

+0
-35
lines changed

versioned_docs/version-7.x/native-stack-navigator.md

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -614,49 +614,14 @@ Only supported on Android and iOS.
614614
Supported values:
615615

616616
- `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-
621617
- `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-
626618
- `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-
631619
- `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-
636620
- `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-
641621
- `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-
646622
- `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-
651623
- `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-
656624
- `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>
660625

661626
#### `presentation`
662627

0 commit comments

Comments
 (0)