After scouring the internet for a solution, I still can't seem to figure out why my code isn't working. Whenever an element fades in on Safari, it quickly flickers or flashes white, almost like a rapid refresh is happening.
I've tried various suggestions such as using
-webkit-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-webkit-perspective: 1000;
but none of them have resolved the issue. I'm using the Divi Theme on Wordpress and I'm starting to think that maybe I'm not placing the code in the right spot. Can anyone provide some guidance on how to fix this frustrating problem?
Any help would be greatly appreciated!