Jump to content
Search Community

Elements are not working properly on screen2 leave and screen1 enter

UserX test
Moderator Tag

Recommended Posts

Hello Greensock community
i am facing the issues in above codepen can you help to solve below two issue and why they are creating problem. 

=> WHEN SCREEN 2 IS STARTING ALL THE RIGHT SIDE TEXT CARDS ARE CHANGING SO FAST AND NOT WORKING WITH LEFT CARDS  WITH TIME EXAMPLE => (BANK-CARD-IMG === BANK-CARD-TEXT).

 

=> WHEN WE REVERSE THE SCROLL FROM SCREEN-2 TO SCREEN-1 ALL LEFT SIDE CARDS ARE NOT WORKING ACCORDING TO SCREEN 1   AND BREAKING CARD ANIMATION.

See the Pen XWRoJqy by vijaysolankiii (@vijaysolankiii) on CodePen

Link to comment
Share on other sites

  • UserX changed the title to Elements are not working properly on screen2 leave and screen1 enter

Hi there @UserX
 

4 hours ago, UserX said:

=> WHEN SCREEN 2 IS STARTING ALL THE RIGHT SIDE TEXT CARDS ARE CHANGING SO FAST AND NOT WORKING WITH LEFT CARDS  WITH TIME EXAMPLE => (BANK-CARD-IMG === BANK-CARD-TEXT).


If you want an animation to last longer you'll need to increase the duration of that tween or the scroll distance (or both)

 

4 hours ago, UserX said:

=> WHEN WE REVERSE THE SCROLL FROM SCREEN-2 TO SCREEN-1 ALL LEFT SIDE CARDS ARE NOT WORKING ACCORDING TO SCREEN 1   AND BREAKING CARD ANIMATION.

I don't understand this I'm afraid.

Link to comment
Share on other sites

I don't understand your question either, but I noticed you've got CSS transitions applied which is a very bad idea. Never apply CSS transitions to the same things you're animating with GSAP because when GSAP tries to make the change, the CSS transition will prevent it from happening right away and instead it'll try to gradually apply it. Very bad for performance too. Just animate it with GSAP.

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