Skip to content

Commit

Permalink
docs : help : disable transforms for text artifacting
Browse files Browse the repository at this point in the history
  • Loading branch information
desandro committed Mar 1, 2012
1 parent 5a4ec96 commit af83937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/docs/2011-12-11-help.mdown
Expand Up @@ -156,7 +156,7 @@ If you do plan on implementing Infinite Scroll with filtering or sorting (which

## Poor type rendering in WebKit

Type rendering may appear poor in WebKit browsers like Chrome and Safari. This is because of Isotope's activation of hardware acceleration. The solution is to add add a matching background to the item elements. See more: [dropshado.ws - Resolving anti-aliasing on WebKit hardware-accelerated elements](http://dropshado.ws/post/6142339613/resolving-anti-aliasing-on-webkit-hardware-accelerated).
Type rendering may appear poor in WebKit browsers like Chrome and Safari. This is because of Isotope's activation of hardware acceleration. A solution is to add add a matching background to the item elements. See more: [dropshado.ws - Resolving anti-aliasing on WebKit hardware-accelerated elements](http://dropshado.ws/post/6142339613/resolving-anti-aliasing-on-webkit-hardware-accelerated). Another solution is to [disable transforms](#disabling_transforms).

## First item breaks Masonry layout

Expand Down

0 comments on commit af83937

Please sign in to comment.