CSS3 Opacity Transition Jitter

Fix the CSS3 opacity transition text jitter by adding backface-visibility: hidden;

You must use the vendor prefixes to make it work.

If using compass CSS3 mixins, just use

@include backface-visibility(hidden);

Leave a Comment