Jump to content
GreenSock

Oleh Koval

Flip plugin and font size inside the target element

Moderator Tag

Recommended Posts

When I use Flip, the font size inside the container changes instantly without any smoothness. How to solve this problem?

See the Pen yLxxLRR by oleh-koval (@oleh-koval) on CodePen

Link to comment
Share on other sites

Is there a reason you're not just using scale: true?:

See the Pen oNPPgGW?editors=0110 by GreenSock (@GreenSock) on CodePen

 

If you really want to use width/height and animate the other properties like fontSize and lineHeight, you must define those as "props" in the getState() call: 

See the Pen gOddpWJ?editors=0110 by GreenSock (@GreenSock) on CodePen

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.
×