Kattixie / portfolio

A minimal AngularJS portfolio for project-oriented folks.
1 stars 0 forks source link

Logo animation results in jagged PNG and awkward container on text #23

Closed Kattixie closed 8 years ago

Kattixie commented 8 years ago

Noticed in at least Chrome, and probably IE. The container cuts off the top of the I's for a split moment. This is a small thing but it's kind of driving me crazy.

Kattixie commented 8 years ago

Very strange, but the following fix worked:

Removing from body tag:

text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased;

Add to animated class:

-webkit-backface-visibility: hidden;

Kattixie commented 8 years ago

There is some more information about this here. Interestingly this seems pretty old, which makes me wonder if it's a "feature."