Share Posted May 7, 2022 How can i make vertical rounded carousel using gsap in react js without using jQuery See the Pen YwVadY by jonathan (@jonathan) on CodePen Link to comment Share on other sites More sharing options...
Share Posted May 7, 2022 What have you tried already? You're linking a pen of someone else the least you could try is fork it and modify it a bit, then when you get stuck post back here. This example does a lot with `rotationY` if you search and replace all this for `rotationX` you'll be already near your solution. Converting jQuery to Javascript should be easy, but if you want a head start you could google "jquery to js converter", these online tools probably get you 90% there. And at last I would recommend upgrading to the latest version of GSAP, here is a migration guide. 2 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