Skip to content

Commit 841bfcc

Browse files
committed
Encode videos with H.264 codec
Safari doesn't seem to support H.265 codec
1 parent ee5a430 commit 841bfcc

13 files changed

+2
-2
lines changed
652 KB
Binary file not shown.
733 KB
Binary file not shown.

static/assets/7.x/bottom-tabs.mp4

201 KB
Binary file not shown.

static/assets/7.x/drawer-layout.mp4

32.2 KB
Binary file not shown.

static/assets/7.x/drawer.mp4

44.9 KB
Binary file not shown.
179 KB
Binary file not shown.
252 KB
Binary file not shown.
272 KB
Binary file not shown.

static/assets/7.x/stack-android.mp4

292 KB
Binary file not shown.

static/assets/7.x/stack-ios.mp4

526 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.

versioned_docs/version-7.x/bottom-tab-navigator.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -617,13 +617,13 @@ Supported values for `animation` are:
617617
- `fade` - Cross-fade animation for the screen transition where the new screen fades in and the old screen fades out.
618618

619619
<video playsInline autoPlay muted loop>
620-
<source src="/assets/navigators/tabs/bottom-tabs-fade.mp4" />
620+
<source src="/assets/7.x/bottom-tabs-fade.mp4" />
621621
</video>
622622

623623
- `shift` - Shifting animation for the screen transition where the screens slightly shift to left/right.
624624

625625
<video playsInline autoPlay muted loop>
626-
<source src="/assets/navigators/tabs/bottom-tabs-shift.mp4" />
626+
<source src="/assets/7.x/bottom-tabs-shift.mp4" />
627627
</video>
628628

629629
- `none` - The screen transition doesn't have any animation. This is the default value.

0 commit comments

Comments
 (0)