Hello!
I’ve been banging my head against a wall trying to figure out how to change the slider duration in this theme.
.home-slider .swiper-slide-active .animation.animated-item-1 {
animation: 500ms linear 1000ms normal both 1 running bounceInLeft;
}
.home-slider .swiper-slide-active .animation.animated-item-2 {
animation: 900ms linear 600ms normal both 1 running bounceInRight;
}
.home-slider .swiper-slide-active .animation.animated-item-3 {
animation: 900ms linear 600ms normal both 1 running bounceInUp;
}
.home-slider .swiper-slide-active .animation.animated-item-4 {
animation: 1100ms linear 600ms normal both 1 running bounceInUp;
}
Changed the settings in the Style.css and it doesn’t seem to work the way expected.
Please advise what to do to change this. Do we need to purchase the premium theme? thanks!