Share Posted June 1, 2022 Hi there, Im using MotionPath plugin to animate a text through a path and SplitText to split the text into characters but as you see it displays the text in reverse. For example when i write "Gsap" i see "pasG". I think the title and the codepen is self explanatory. How can i fix this issue? See the Pen MWQGEzR by Separator (@Separator) on CodePen Link to comment Share on other sites More sharing options...
Share Posted June 1, 2022 stagger: { each: -0.15, repeat: -1, }, Happy tweening. 1 1 Link to comment Share on other sites More sharing options...
Author Share Posted June 1, 2022 Oh, that was easy! However i noticed another issue. Its not separating the words! I edited the codepen. Link to comment Share on other sites More sharing options...
Share Posted June 1, 2022 The words are just divs so you can style them however you like! 🥳 Maybe pop some padding on the right of them #split > * { padding-right:0.4rem; } 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