bildha Posted November 2, 2017 Share Posted November 2, 2017 I'm building a little demo where I'll have multiple sprites change both their position and scale based on where the mouse cursor is. While I have this part implemented, I haven't figured out how to apply easing to their movement and scale. In other words, I move the mouse to the bottom right corner and the various sprites animate to that position instead of moving 1:1 with the cursor. Is this possible in pixi.js without something like TweenLite/TweenMax or some other library? Any recommended examples I could use as a reference? Thanks all! Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted November 2, 2017 Share Posted November 2, 2017 Yes, you can use TweenLite, TweenMax or whatever you want. PIXI doesn't have out-of-box solution. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.