intro slider content animation
This commit is contained in:
parent
cd88ffc99f
commit
3d03e0002f
|
|
@ -1768,12 +1768,21 @@ li {
|
|||
color: #fff;
|
||||
z-index: 5;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
bottom: -100%;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
padding: 30px 40px;
|
||||
background: rgba(0,0,0,.5);
|
||||
backdrop-filter: blur(3px);
|
||||
|
||||
transition: all .7s linear;
|
||||
-webkit-transition: all .7s linear;
|
||||
-ms-transition: all .7s linear;
|
||||
-moz-transition: all .7s linear;
|
||||
}
|
||||
|
||||
.slick-slide.slick-current .slider_content {
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
.advert {
|
||||
|
|
|
|||
Loading…
Reference in New Issue