Tagged: color section, easyslider
hi!
when using the Easy Slider plugin the content within an independent color section is “pulsing”. Looks like the styles change whilst sliding.
I’ve done a video in case that’s not reproducible on your side.
regards
Hi Fritz!
Hmm, that’s pretty odd. What version of Mac OS are you using? Also, what browser is that and it’s version?
Cheers!
Elliott
OSX 10.10.2, Safari 8.0.4
works fine on chrome and firefox.
Hey!
Try to separate the section with the slider using the color section element. If it doesn’t work, add this to the Quick CSS field:
.avia-section > * {
-webkit-transform-style: preserve-3d;
-webkit-backface-visibility: hidden;
}
Cheers!
Ismael
Added styling to style.css.
Works, thx!