intro slider content animation

This commit is contained in:
Meylis Gazakow 2022-05-11 10:33:39 +03:00
parent cd88ffc99f
commit 3d03e0002f
1 changed files with 10 additions and 1 deletions

View File

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