jiti-meet/react/features/base/media
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
..
components [RN] Make video track fade-in effect cross-platform 2018-01-19 15:32:17 -06:00
actionTypes.js ref: enable/disable microphone button 2017-07-28 12:06:42 -05:00
actions.js fix(media_actions): remove unused actions 2017-10-13 09:50:48 -05:00
constants.js [RN] Refactor video muting 2017-08-04 16:07:48 -05:00
functions.js [RN] Fix documentation comments 2017-10-01 01:35:19 -05:00
index.js Consistent middleware and reducer imports 2017-02-10 11:04:40 -06:00
middleware.js Restructures the analytics events (#2333) 2018-01-03 13:24:07 -08:00
reducer.js [RN] Refactor video muting 2017-08-04 16:07:48 -05:00