Viewing 1 replies (of 1 total)
  • Thread Starter robertosalemi

    (@robertosalemi)

    Solved!

    In the end I used this plugin: Cyclone Slider 2

    Within the templates associated with the created slide I created a customize (copy-paste to Default).
    Inside the script.js file, I created this code, in my case to have an effect of the caption sliding from right to left, and then exploiting the characteristics of dell’animate Jquery.

    slide.find('.cycloneslider-caption-title').animate({marginLeft: '0px'}, 1000, function(){
    	slide.find('.cycloneslider-caption-description').animate({marginLeft: '0px'}, 1000, function(){
    		slide.find('.cycloneslider-caption-more').fadeIn(speed);
    	});
    });

    Thanks anyway.

Viewing 1 replies (of 1 total)
  • The topic ‘Animate the caption’ is closed to new replies.