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);
Yuji's Increasingly Infrequent Ramblings
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);