Share Posted June 23, 2022 Hi, I have an animation that I'm having issues with. I'm trying to reveal a text while also push the logo at the same time (look video reference) but I can't do it smoothly. On my codepen it shows a big jump for the logo image once the text is reveled. Any help on how can I solve this? Screen Recording 2022-06-23 at 15.32.07.mov See the Pen BaYXjRM by godhandkiller (@godhandkiller) on CodePen Link to comment Share on other sites More sharing options...
Share Posted June 23, 2022 The way you are trying to make the image appear won't work. There's a number of ways to do this, but I animated a clip-path. Definitely needs some tweaking, but this is the general idea: See the Pen abqedjy by SteveSDaBest (@SteveSDaBest) on CodePen 2 Link to comment Share on other sites More sharing options...
Author Share Posted June 24, 2022 19 hours ago, SteveS said: The way you are trying to make the image appear won't work. There's a number of ways to do this, but I animated a clip-path. Definitely needs some tweaking, but this is the general idea: Thank you for your solution, the only issue that I see is that the logo is not centered in the screen Link to comment Share on other sites More sharing options...
Share Posted June 24, 2022 @BC Development It's up to you to figure out how you want to do that. The main mistake you were making was that you where hiding the element then setting it to visible. The general example I provided should give you the basis needed to make the effect you are looking for. 1 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