Title: Animate the caption
Last modified: August 21, 2016

---

# Animate the caption

 *  Resolved [robertosalemi](https://wordpress.org/support/users/robertosalemi/)
 * (@robertosalemi)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/animate-the-caption/)
 * Hello!
    I would like to animate the caption, for example: 1) shows the 1st slide;
   2) enter the text from right; 3) the text disappears climbing upwards; 4) appears
   to fade in the next slide.
 * And ‘possible?
    Are there any Callback functions to do this?
 * Thank you.
 * [http://wordpress.org/plugins/cyclone-slider-2/](http://wordpress.org/plugins/cyclone-slider-2/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [robertosalemi](https://wordpress.org/support/users/robertosalemi/)
 * (@robertosalemi)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/animate-the-caption/#post-4310396)
 * Solved!
 * In the end I used this plugin: [ Cyclone Slider 2 ](https://wordpress.org/support/topic/animate-the-caption/wordpress.org/plugins/cyclone-slider-2/?output_format=md)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/cyclone-slider-2_c67877.svg)
 * [Cyclone Slider](https://wordpress.org/plugins/cyclone-slider-2/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cyclone-slider-2/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cyclone-slider-2/)
 * [Active Topics](https://wordpress.org/support/plugin/cyclone-slider-2/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cyclone-slider-2/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cyclone-slider-2/reviews/)

## Tags

 * [animated](https://wordpress.org/support/topic-tag/animated/)
 * [caption](https://wordpress.org/support/topic-tag/caption/)

 * 1 reply
 * 1 participant
 * Last reply from: [robertosalemi](https://wordpress.org/support/users/robertosalemi/)
 * Last activity: [12 years, 7 months ago](https://wordpress.org/support/topic/animate-the-caption/#post-4310396)
 * Status: resolved