Fix element flickering in Safari caused by CSS3 transitions
Sometimes when using CSS transitions in Safari, it causes elements to start to flicker.
To get rid of this, just add:
webkit-perspective:<some value>;
webkit-backface-visibility:none;
to the actual element or the parent element, and everything should run smoothly again.
Written by Patrik Engborg
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Css3
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#