Doop Zwolle Posted December 3, 2022 Posted December 3, 2022 I have a variable amount of panels that I want to fade in and out ànd zoom in at the same time one after another. Like this: opacity: 0 ---> opacity: 1 ----------------- opacity: 1 ----> opacity: 0 scale: 0 ---------------------------------------------------> scale: 3 (followed by the next panel with the same animation sequence) I have looked into nesting timelines / position / add / staggering / batch but I cannot figure it out.
Solution GreenSock Posted December 4, 2022 Solution Posted December 4, 2022 There are many ways to accomplish that, but is this what you were looking for?: See the Pen JjZeLjw by GreenSock (@GreenSock) on CodePen. 2
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