Changed the playerbar animation to opacity for now
parent
ebc30f9cbf
commit
b0de0eb8b3
|
|
@ -313,8 +313,12 @@ section.fullscreen
|
||||||
top: 0
|
top: 0
|
||||||
background-color: white
|
background-color: white
|
||||||
z-index: 1400
|
z-index: 1400
|
||||||
transition: transform 500ms ease-out
|
transition: opacity 500ms ease
|
||||||
transform: translate3d(0,+100%,0)
|
//transform: translate3d(0,+100%,0)
|
||||||
|
opacity: 0
|
||||||
|
pointer-events: none
|
||||||
&.active
|
&.active
|
||||||
transform: translate3d(0,0%,0)
|
opacity: 1
|
||||||
|
pointer-events: all
|
||||||
|
//transform: translate3d(0,0%,0)
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue