whatsaleko Posted April 24, 2023 Posted April 24, 2023 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.
GreenSock Posted April 24, 2023 Posted April 24, 2023 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. ?♂️
whatsaleko Posted April 25, 2023 Author Posted April 25, 2023 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.
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