Title: Fade Effect slowed down considerably
Last modified: August 30, 2016

---

# Fade Effect slowed down considerably

 *  Resolved [MattSmoresPhoto](https://wordpress.org/support/users/mattsmoresphoto/)
 * (@mattsmoresphoto)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/fade-effect-slowed-down-considerably/)
 * Hello,
 * LOVE the plugin. I am using a theme from Themeforest (Tripod theme) that was 
   working great with the plugin up until today when I did an updated to the theme
   itself. The theme and plugin still work together, but the fade effect from the“
   box” image to the “lit” image has slowed down considerably.
 * My website is: [http://www.emoorephotography.com](http://www.emoorephotography.com)
   
   Great example of the slow down of the hover effect can be found on this page (
   and the pages these images link to): [http://www.emoorephotography.com/session-investment/](http://www.emoorephotography.com/session-investment/)
 * What’s interesting is that when I go to the plugin settings on the backend and
   see the live preview for the link images, the fade effect is normal and fades
   at a normal speed. But in the page itself is when it’s very slow. This makes 
   me think it’s an issue with the theme itself slowing the fade, but I figured 
   I’d reach out to the theme author to see if we can identify what exactly is causing
   the slowdown.
 * Thank you for any help you can provide!
 * [https://wordpress.org/plugins/wp-visual-slidebox-builder/](https://wordpress.org/plugins/wp-visual-slidebox-builder/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Enmanuel Corvo](https://wordpress.org/support/users/ecorvo/)
 * (@ecorvo)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/fade-effect-slowed-down-considerably/#post-6666801)
 * it looks like a CSS conflict with your Theme. You see your theme uses this class:
 * .animated {
    -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-
   animation-fill-mode: both; animation-fill-mode: both; }
 * which is also use by VSBB and what is slowing it down is the 1s duration. A quick
   fix is to add this to your theme styles:
 * .squareDemo .animated {
    -webkit-animation-duration: 0.5s; animation-duration:
   0.5s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

Viewing 1 replies (of 1 total)

The topic ‘Fade Effect slowed down considerably’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-visual-slidebox-builder_b7c7d4.
   svg)
 * [Visual Slide Box Builder](https://wordpress.org/plugins/wp-visual-slidebox-builder/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-visual-slidebox-builder/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-visual-slidebox-builder/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-visual-slidebox-builder/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-visual-slidebox-builder/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-visual-slidebox-builder/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Enmanuel Corvo](https://wordpress.org/support/users/ecorvo/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/fade-effect-slowed-down-considerably/#post-6666801)
 * Status: resolved