UNPKG
react-xrplayer
Version:
latest (0.1.4)
0.1.4
0.1.3
0.1.1
0.1.0
An excellent xr player for react
blog.zwboy.cn/react-xrplayer/
react-xrplayer
/
lib
/
effect
/
style
/
EffectAlphaVideoPanel.less
13 lines
(12 loc)
•
208 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
.alpha_video_overlay
{
position
: fixed;
top
:
0
;
right
:
0
;
bottom
:
0
;
left
:
0
;
width
:
100vw
;
height
:
100vh
; }
.grep_overlay
{
background-color
:
rgba
(
0
,
0
,
0
, .
5
); }