There are no problems in Firefox. Here is the image:
http://cl.ly/3R0L1q3P1r11040e3T1i
Safari doesn't display text well:
http://cl.ly/0a1101341r2E1D2d1W46
In IE7 and IE8, this is much worse, but I do not have a picture. Sorry:(
I am using the Isotope jQuery plugin and CSS3 transitions seem to cause poor font rendering.
I also use the Google font API.
Here, the CSS transitions for the isotope are written as:
.isotope, .isotope .isotope-item { -webkit-transition-duration: 0.8s; -moz-transition-duration: 0.8s; transition-duration: 0.8s; } .isotope { -webkit-transition-property: height, width; -moz-transition-property: height, width; transition-property: height, width; } .isotope .isotope-item { -webkit-transition-property: -webkit-transform, opacity; -moz-transition-property: -moz-transform, opacity; transition-property: transform, opacity; }
I appreciate any help with this. Looks great in Firefox!
Thanks!
internet-explorer fonts antialiasing jquery-isotope
Justin
source share