kevchcm Posted March 29, 2021 Posted March 29, 2021 Hey, I have a question with an animation I'm doing. I have like text message bubbles and when you scroll they need to appear but when the bubbles are near the end they start overlapping each other. How can I make them keep the same space during the timeline? See the Pen poREZNR by godhandkiller (@godhandkiller) on CodePen.
Solution PointC Posted March 30, 2021 Solution Posted March 30, 2021 If I understand your question correctly, I think you're seeing the easing there. You'd need to set easing to "none" in order to space them out. .to(section, { bottom: "120%", ease:"none" }) Is that what you meant? Happy tweening. 2 1
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