Jump to content
Search Community

A weird behavior when trying to implement a simple tween

midnightgamer test
Moderator Tag

Go to solution Solved by mikel,

Recommended Posts

  • Solution

 

Hey @midnightgamer,

 

Because divs are block-level elements they will automatically expand to the width of their parent:
In the span element, the text will be wrapped / 'unwrapped' if the width is appropriate.
So set a concrete width for the span element or white-space: nowrap

 

See the Pen jOVqzqE by mikeK (@mikeK) on CodePen

 

Happy tweening ...

Mikel

  • Like 3
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...