jiti-meet/react/features/base/media/components/native
Saúl Ibarra Corretgé 75f6786588 [RN] Make video track fade-in effect cross-platform
Android uses a SurfaceView to render video, which is not quite a View, so the
fade-in animation (which varies the opacity) doesn't work.

Instead, add an opaque black view covering the video, which transitions to
transparent. This creates much smoother transitions on Android, while behaving
the same.

In addition, I removed the flip animation for local tracks, which is no longer
used, since the camera is switched without changing tracks.
2018-01-19 15:32:17 -06:00
..
Audio.js [React] Cross-platform Components 2017-06-06 00:11:39 -05:00
Video.js feat(web/RN): update React to v16 and React Native to 0.49 2017-11-02 14:32:35 +01:00
VideoTrack.js [RN] Make video track fade-in effect cross-platform 2018-01-19 15:32:17 -06:00
index.js [React] Cross-platform Components 2017-06-06 00:11:39 -05:00
styles.js [RN] Make video track fade-in effect cross-platform 2018-01-19 15:32:17 -06:00