Código CSS
(Configurações > avançado > CSS personalisado)
/Efeito deslizar templates/
.image-scroll-hover{
-webkit-transition: ease-in-out 4s !important;
transition: ease-in-out 3s !important;
}
.image-scroll-hover:hover{
background-position: center bottom !important;
}
CLASSE CSS
> image-scroll-hover
(Configurações > avançado > CSS personalisado)
/Efeito deslizar templates/
.image-scroll-hover{
-webkit-transition: ease-in-out 4s !important;
transition: ease-in-out 3s !important;
}
.image-scroll-hover:hover{
background-position: center bottom !important;
}
CLASSE CSS
> image-scroll-hover