Jump to content
Search Community

Blurry text after animation in Chrome - any updates?

NickNo test
Moderator Tag

Go to solution Solved by GreenSock,

Recommended Posts

I'm noticing this issue in chrome where any blocks of text (or nav's etc) that have been animated are just slightly blurry - just enough that I wonder if I just need to clean my glasses :)   I don't notice it in other browsers - and I've found some old stuff in the forums relating to force3d:"auto", but that doesn't seem to have any effect.

Is this something that others have dealt with?  Any recent updates on this issue?

In the codepen below - a static block followed by an animated block to see the difference...

Thanks

 

See the Pen qBmwLOm by nickjacobsnz (@nickjacobsnz) on CodePen

Link to comment
Share on other sites

  • Solution

Aren't browsers fun? Chrome is notorious for shifting around the way they render things. Beware of this: 

will-change: transform; 

For many browsers, that translates into "force that element to be rasterized permanently at a scale of exactly 1" and sometimes it looks a tad fuzzy. Thanks Chrome!

 

You might want to read this: https://greensock.com/will-change

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...