I need to set this slider on site. I create same html form. Connected scripts:
jquery.min.js
jquery.easing.1.3.js, tms-0.3.js, tms_presets.js
and call code
<script>
jQuery(window).load(function() {
jQuery('.slider')._TMS({
duration:600,
easing:'easeOutQuad',
preset:'simpleFade',
nextBu:'.slider-next',
prevBu:'.slider-prev',
slideshow:9000,
banners:'fromLeft',
waitBannerAnimation:false,
pauseOnHover:true
});
});
</script>
Pictures move is works, but text not moving. Particularly container with “banner” class.
Tnx advance.
Link to html page
The problem is your HTML
Just comparing your HTML file and the live site
Yours looks like
followed by your divs
This should be