Hello I have 2 questions:
1-Question is in the image
2-Do I need to create 2 Frames for each menu item in order to create same animation for all?
Thanks
Alex
Hello I have 2 questions:
1-Question is in the image
2-Do I need to create 2 Frames for each menu item in order to create same animation for all?
Thanks
Alex
You might need three states: e.g. start, hover, done. And use mouse enter and mouse leave instead vs. while hovering. And for the done state (when the text is on the right side), you need a short “after delay” to return to the starting position.
You should be able to make this an interactive component so once created, you can just replace the rotating text layer and inside icon. So you only need to build the animation once, in the main component.
Awesome, it worked I really appreciated your help.