Fredo Posted January 20, 2024 Posted January 20, 2024 Hi all, when I resize the window, the animation doesn't work anymore. I tried to get this animation work on resizing the window with updating the values on resize but nothing works. Is there someone who can tell me the secret? See the Pen QWogWqq by FredNaujoks (@FredNaujoks) on CodePen.
Solution GreenSock Posted January 21, 2024 Solution Posted January 21, 2024 This looks like an edge case related to using Flip in a very unconventional way, but I think you can resolve it by simply forcing the inline styles to get removed in the cleanup function: See the Pen eYXRMJy?editors=0010 by GreenSock (@GreenSock) on CodePen. Is that the result you wanted? 1
Fredo Posted January 22, 2024 Author Posted January 22, 2024 Thanks thanks thanks! that's what I was looking. Thanks for Your help
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now