Share Posted March 20, 2022 Hello everyone, I want something like this website https://www.neom.com/en-us/sectors/education 01. Moving text top to bottom and change colors 02. when text moved then icon is loaded Is anybody having something examples or something similar ? Please let me know. It would be very helpful. Thanks Link to comment Share on other sites More sharing options...
Share Posted March 20, 2022 Hey, Welcome to the forum! I think this thread will be useful. For Example, steps can be: 1. Create a timeline 2. Add .from tween for text element which will come from bottom. {y: -100, autoAlpha: 0}. 3. Add .to tween after this for the image to be visible. {autoAlpha: 1}. Hide it initially. If you face problem then create a minimal demo , Will be be happy to help further. 2 Link to comment Share on other sites More sharing options...
Share Posted March 21, 2022 Hey @Istiak Hossain Tushar Does this example match your ideas? See the Pen ZEvOmeb by mikeK (@mikeK) on CodePen EDIT: The example has been exchanged! Happy tweening ... Mikel 3 Link to comment Share on other sites More sharing options...
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