Jump to content
Search Community

REM Animation

Jaexplorer test
Moderator Tag

Warning: Please note

This thread was started before GSAP 3 was released. Some information, especially the syntax, may be out of date for GSAP 3. Please see the GSAP 3 migration guide and release notes for more information about how to update the code to GSAP 3's syntax. 

Recommended Posts

Hi, 
I currently have an animation that I can't seem to get working with REM units.
1.) Having a look at other posts i've set my previous state like this:
      tl.set(navbarbottom.current, { height: "10rem" });

2. ) With my animation looking like this:
      tl.to(navbarbottom.current, 0.4, { height: "0rem" }).reverse();

3. ) Which would work, except in my CSS i'm changing font-size depending on the screen width/height. 

4. ) So if I do the animation, then resize the screen, my 10rem navbarbottom will not be consistent with other elements that are 10rem.
Sorry, this is all written in react and as such I don't know how to do a codepen for it. Any suggestions on how I can tackle this?
 

Link to comment
Share on other sites

  • 2 years later...

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