ItsAMemarios Posted October 17, 2023 Posted October 17, 2023 Hello, I recreated the issue I am experiencing in this Codepen: Can you please help me figure out how to animate each link individually? Note: I am using a SplitType js library, but I don't think this has anything to do with the main issue. Thanks! See the Pen dywBmRX by mariospittas (@mariospittas) on CodePen.
Trapti Posted October 17, 2023 Posted October 17, 2023 Hi, Check this out. Target the text of each link. In the code given, it was using "text.chars" which applied for both the links. See the Pen XWoLqJX?editors=0010 by tripti1410 (@tripti1410) 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