Nikhil009 Posted May 18, 2020 Share Posted May 18, 2020 Hello, I am trying to create an explosion on one button click and reverse of another button click of particles on three.js and TimelineMax, is there a simple example or place i can learn from? Please kindly let me know Thank you Link to comment Share on other sites More sharing options...
ZachSaucier Posted May 18, 2020 Share Posted May 18, 2020 Hey Hikhil and welcome. The best place to learn is our getting started article: In terms of animating Three.js, you just need to make sure that the target is pointing to the correct object and you're animating the correct properties. There are several other forum threads showing some basic examples of animating Three.js objects that you can look at. Also, TimelineMax is the old (v2) version of GSAP. We highly recommend using GSAP 3 which has a simplified API (no Lite/Max stuff), a smaller file size, and a bunch of new features! 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