Title: Flicker / Flicker &amp; Flashing
Last modified: August 31, 2016

---

# Flicker / Flicker & Flashing

 *  Resolved [TheOnyxGuy](https://wordpress.org/support/users/theonyxguy/)
 * (@theonyxguy)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/flicker-flicker-flashing/)
 * Hi,
 * Love the features, even though I’m using it very basic-ly. However, I’m having
   an issue with flickering and flashing.
 * Occasionally, the images will flicker during fade. It happens to the large background
   images (sometimes one, sometimes more) or the top layers. I read in the forum
   here to set a background colour to the images and I’ve done that. Still no effect.
   Images should be just under 300k, I couldn’t get it to go less without noise.
 * Flashing also occurs where it looks like a top layer png will shoot in from the
   left. It’s like the Flash (the super hero).
 * These are all sporadic, seems to happen more when your cursor is over the slider
   and there’s a total of 4 slides.
 * I’m prepared to go pro to make them all clickable but I need this resolved.
    
   The person I’m doing this for is questioning me about it.
 * Thanks,
 * TOG
 * p.s. When you click on a slide in a stop that’s not clickable, is it suppose 
   to stop.
 * [https://wordpress.org/plugins/smart-slider-3/](https://wordpress.org/plugins/smart-slider-3/)

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

 *  Plugin Author [Nextendweb](https://wordpress.org/support/users/nextendweb/)
 * (@nextendweb)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/flicker-flicker-flashing/#post-7206287)
 * Hi [@theonyxguy](https://wordpress.org/support/users/theonyxguy/),
 * I’m not sure what could cause this issue, but as you describe that it happens
   most of the times when your mouse is over, I would assume instantly to this case:
   [https://wordpress.org/support/topic/hover-transition-mess-up-other-plugins-animation?replies=1](https://wordpress.org/support/topic/hover-transition-mess-up-other-plugins-animation?replies=1)
 * I’m not sure why, but theme developer started to add CSS transition for every:
   HOVER node on the site and this could cause flickering as JavaScript also do 
   the animations… Bad usage of CSS transitions.
 * Maybe it is not related with your case, but it would be great if you could send
   a link to your site where the slider published to find the cause. If it is not
   public you can send it in email to: [roland@nextendweb.com](https://wordpress.org/support/topic/flicker-flicker-flashing/roland@nextendweb.com?output_format=md)–
   in the email please refer to this topic 🙂
 * Best regards,
    Roland
 *  Plugin Author [Nextendweb](https://wordpress.org/support/users/nextendweb/)
 * (@nextendweb)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/flicker-flicker-flashing/#post-7206345)
 * It turned out it is the same issue what we had before in other topic. It is a
   theme from [@magictheme](https://wordpress.org/support/users/magictheme/) and
   they are using this HOVER transition.
 * I hope they will fix their themes ASAP. If you have the same issue as theooyxguy
   do the following steps:
 * Find a way to add CSS to your site, for example this plugin: [https://wordpress.org/plugins/accesspress-custom-css/](https://wordpress.org/plugins/accesspress-custom-css/)
 * and place the following CSS code:
 *     ```
       :hover {
       	-webkit-transition: none;
       	-moz-transition: none;
       	-o-transition: none;
       	transition: none;
       }
       ```
   
 *  Thread Starter [TheOnyxGuy](https://wordpress.org/support/users/theonyxguy/)
 * (@theonyxguy)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/flicker-flicker-flashing/#post-7206348)
 * Thank you very much Roland. I think that fixed it.
 * I use a child theme so I’m not concerned with the theme updates. I have to modify
   the hovers, but it’s how I expect it to be. As you mentioned:
 * a:hover {
    -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease;-
   o-transition: all 0.2s ease; transition: all 0.2s ease; }
 * fixes some of the hovers.
 * Thanks again.
 *  Thread Starter [TheOnyxGuy](https://wordpress.org/support/users/theonyxguy/)
 * (@theonyxguy)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/flicker-flicker-flashing/#post-7206349)
 * actually this one is better for ‘me’:
 * a:hover, a div:hover {
    -webkit-transition: all 0.2s ease; -moz-transition: all
   0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; }

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

The topic ‘Flicker / Flicker & Flashing’ is closed to new replies.

 * ![](https://ps.w.org/smart-slider-3/assets/icon.svg?rev=2307688)
 * [Smart Slider 3](https://wordpress.org/plugins/smart-slider-3/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/smart-slider-3/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/smart-slider-3/)
 * [Active Topics](https://wordpress.org/support/plugin/smart-slider-3/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/smart-slider-3/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/smart-slider-3/reviews/)

## Tags

 * [flash](https://wordpress.org/support/topic-tag/flash/)
 * [flicker](https://wordpress.org/support/topic-tag/flicker/)
 * [jitter](https://wordpress.org/support/topic-tag/jitter/)

 * 4 replies
 * 2 participants
 * Last reply from: [TheOnyxGuy](https://wordpress.org/support/users/theonyxguy/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/flicker-flicker-flashing/#post-7206349)
 * Status: resolved