Title: Div Jumping
Last modified: August 1, 2019

---

# Div Jumping

 *  Resolved [Allison](https://wordpress.org/support/users/allisonbowlus/)
 * (@allisonbowlus)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/div-jumping/)
 * The teal div underneath the top full-width slider jumps or shivers a bit when
   it first loads in Chrome and Opera on Mac. How can I prevent this from happening??
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fdiv-jumping%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Kevin Batdorf](https://wordpress.org/support/users/kbat82/)
 * (@kbat82)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/div-jumping/#post-11788012)
 * Hi [@allisonbowlus](https://wordpress.org/support/users/allisonbowlus/)
 * It seems to stop shaking when I add `backface-visibility:hidden;` to that H1.
   Can you add that to the stylesheet and see if it works?
 * You probably need to add the vendor prefix too.
 *     ```
       .backface-visibility-hidden {
         -webkit-backface-visibility: hidden;
                 backface-visibility: hidden;
       }
       ```
   
 *  Thread Starter [Allison](https://wordpress.org/support/users/allisonbowlus/)
 * (@allisonbowlus)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/div-jumping/#post-11791246)
 * [@kbat82](https://wordpress.org/support/users/kbat82/) That didn’t work but thanks
   anyways. On second look it’s actually caused by the template primary header animation
   when scrolling down, not the slider, and the quivering actually affects the entire
   page. Thanks again!
 *  [Kevin Batdorf](https://wordpress.org/support/users/kbat82/)
 * (@kbat82)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/div-jumping/#post-11791550)
 * Hi [@allisonbowlus](https://wordpress.org/support/users/allisonbowlus/)
 * Are you sure you added it to the h1 correctly (I don’t see it there now)? It’s
   a common bug in Chrome when using CSS transforms. You can see it in action here:
 * [https://css-tricks.com/almanac/properties/b/backface-visibility/](https://css-tricks.com/almanac/properties/b/backface-visibility/)
 * I’ll mark this as resolved though since it’s not related to MetaSlider specifically.

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

The topic ‘Div Jumping’ is closed to new replies.

 * ![](https://ps.w.org/ml-slider/assets/icon.svg?rev=3523572)
 * [Slider, Gallery, and Carousel by MetaSlider - Image Slider, Video Slider](https://wordpress.org/plugins/ml-slider/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ml-slider/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ml-slider/)
 * [Active Topics](https://wordpress.org/support/plugin/ml-slider/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ml-slider/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ml-slider/reviews/)

## Tags

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

 * 3 replies
 * 2 participants
 * Last reply from: [Kevin Batdorf](https://wordpress.org/support/users/kbat82/)
 * Last activity: [6 years, 10 months ago](https://wordpress.org/support/topic/div-jumping/#post-11791550)
 * Status: resolved