Changed the playerbar animation to opacity for now

development
Nikan Dalvand 2019-08-18 11:03:41 +04:30
parent ebc30f9cbf
commit b0de0eb8b3
1 changed files with 7 additions and 3 deletions

View File

@ -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>