Title: change slider effects?
Last modified: August 21, 2016

---

# change slider effects?

 *  Resolved [wwc96](https://wordpress.org/support/users/chadwebweavingcom/)
 * (@chadwebweavingcom)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/change-slider-effects/)
 * does anyone know if there is a way to change how the slides are transitioning
   with this theme? I wish for the images to fade into one another rather than scrolling
   across the screen. is this possible?

Viewing 6 replies - 1 through 6 (of 6 total)

 *  [ElectricFeet](https://wordpress.org/support/users/electricfeet/)
 * (@electricfeet)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/change-slider-effects/#post-3942660)
 * Chad, you need to change your WordPress username. You’re showing your email to
   the world and this will increase your spam.
 * On the slider question, no, I don’t think there is a way. The slider is basically
   the Twitter Bootstrap Carousel. [This page](http://bootstrapdocs.com/v2.0.3/docs/javascript.html#carousel)
   shows only 2 options: the time interval (which the Customizr slider allows you
   to change) and a “pause” option, which allows the slider to stop when the mouse
   hovers over it. (Come to think of it, I need to investigate this second option,
   as my user testers have found it confusing so far.)
 * You might want to consider another slider plugin if you need to do fades instead.
 *  [benjezza](https://wordpress.org/support/users/benjezza/)
 * (@benjezza)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/change-slider-effects/#post-3942891)
 * You can add:
 *     ```
       .carousel .item {
       -webkit-transition: .7s ease-in-out opacity;
       -moz-transition: .7s ease-in-out opacity;
       -ms-transition: .7s ease-in-out opacity;
       -o-transition: .7s ease-in-out opacity;
       transition: .7s ease-in-out opacity;
       left: 0 !important;
       }
   
       .carousel .active.left, .carousel .active.right {
       opacity: 0;
       z-index: 2;
       }
       /* ...and only if you're using the prev/next buttons */
       .carousel .next.left, .carousel .prev.right {
       opacity: 1;
       z-index: 1;
       }
       ```
   
 * to the custom css section of customizr 🙂 found this at [http://br.bingorabbit.com/2013/03/overriding-twitter-bootstrap-carousel-animation/](http://br.bingorabbit.com/2013/03/overriding-twitter-bootstrap-carousel-animation/)
 *  Thread Starter [wwc96](https://wordpress.org/support/users/chadwebweavingcom/)
 * (@chadwebweavingcom)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/change-slider-effects/#post-3942895)
 * thank you benjezza! you are awesome!
 *  Theme Author [presscustomizr](https://wordpress.org/support/users/nikeo/)
 * (@nikeo)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/change-slider-effects/#post-3942900)
 * Smart! Thanks benjezza!
 *  [ElectricFeet](https://wordpress.org/support/users/electricfeet/)
 * (@electricfeet)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/change-slider-effects/#post-3942901)
 * Thanks benjezza!
 * Can someone try it on IE? There’s a comment on the page benjezza [linked to](http://br.bingorabbit.com/2013/03/overriding-twitter-bootstrap-carousel-animation/)
   that says it doesn’t work in IE.
 *  [jimmy.carter](https://wordpress.org/support/users/jimmycarter-1/)
 * (@jimmycarter-1)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/change-slider-effects/#post-3942910)
 * My slider closes or collapses between images causing the text below the slider
   to move on the page. So the effect is that if someone is reading text and it 
   is time to view the next slider image, the page sort of… rolls up on them. Is
   there a way to stop that? I’m seeing it on IE9 and Chrome.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘change slider effects?’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/customizr/4.4.24/screenshot.png)
 * Customizr
 * [Support Threads](https://wordpress.org/support/theme/customizr/)
 * [Active Topics](https://wordpress.org/support/theme/customizr/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/customizr/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/customizr/reviews/)

## Tags

 * [slide show](https://wordpress.org/support/topic-tag/slide-show/)
 * [transition effects](https://wordpress.org/support/topic-tag/transition-effects/)

 * 6 replies
 * 5 participants
 * Last reply from: [jimmy.carter](https://wordpress.org/support/users/jimmycarter-1/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/change-slider-effects/#post-3942910)
 * Status: resolved