mattdudley Posted March 2, 2016 Share Posted March 2, 2016 Pretty much what the title says, I found some code from another use to create these "rings" that could be used for a loader. I want to be able to smoothly animate a ring and control the duration. So I have three rings, I want to animate one for 5 secs, 10 secs, and 3 secs. I've set up an example in the sandbox http://phaser.io/sandbox/edit/hGUmRfEE If anyone knows how to accomplish something like this I'd be very curious if I'm heading in the right direction? Thanks! Link to comment Share on other sites More sharing options...
lewster32 Posted March 3, 2016 Share Posted March 3, 2016 If I understand you correctly, tweens will do this - see this example which shows tweening of the various properties of the charts: https://jsfiddle.net/lewster32/0yvemxnw/ Link to comment Share on other sites More sharing options...
Recommended Posts