Hi Pankaj,
Great, that helps. In the file you mentioned, at line 199-206...
.slideshow .slider-content-inner[data-type-animation="left-right"] .ja-animation {
transform: translateX(20%);
-webkit-transform: translateX(20%);
filter: alpha(opacity=0);
opacity: 0;
-webkit-transition: all 1200ms;
-o-transition: all 1200ms;
transition: all 1200ms;
}
...I changed the transition value from 1200ms to 2000ms - the text moves more smoothly now. I think that's all I need for now.
One more question: Will the style-1.php file (where I changed the autoplay speed) be affected by any future updates? Thanks a lot again for your support!
Regards