jhon nash Posted October 24, 2022 Share Posted October 24, 2022 I decided to use pixi animate with pixijs version 6.5.0 to create an animation. My animation is very simple. I will move a sprite from one point to another. new Tween(elm as DisplayObject,{x:0,y:0},{x:100,y:100},-1,100) I am not getting any errors in the code. But it doesn't work. Don't mind the -1. It doesn't work for values 1 or 50 either. Have you tried using this before? Do you have sample code? Quote Link to comment Share on other sites More sharing options...
jhon nash Posted October 25, 2022 Author Share Posted October 25, 2022 up Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted October 26, 2022 Share Posted October 26, 2022 It should work. need a full demo. https://pixijs.io/examples/#/gsap3-interaction/gsap3-basic.js 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.