Share Posted April 24 I am working on this usecase when text needs to scroll across the screen ad-hoc. I am using gsap throughout the project without issue but the animation of the text is kinda choppy. Not sure if there's a better implementation than what I'm doing here. See the Pen abRJBPp by alepuras (@alepuras) on CodePen Link to comment Share on other sites More sharing options...
Share Posted April 24 Hm, it didn't really look choppy to me at all. I don't see anything obvious that you'd need to change. You could try removing will-change: transform just to see if it's any better for you. 🤷♂️ Link to comment Share on other sites More sharing options...
Author Share Posted April 25 Maybe I'm being too nitpicky but it almost feels like the the animation could be a little bit smoother. It feels like every second or so the text finds some friction and almost jumps back a little bit. Could be a normal thing for scrolling text in a browser but I would really like to find what's causing it and see if I can get it to move a little cleaner. 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