noprotocol / gsap-pixi-plugin

[Deprecated] Use the official PixiPlugin
53 stars 3 forks source link

update example #2

Closed macguffin closed 7 years ago

macguffin commented 8 years ago

Hi thanks for this, great little plugin, makes it much easier to tween multiple properties when one of them is scale. Not an issue just a suggestion, might be worth showing onComplete or something similar in your example so people don't put it inside the pixi:{}. e.g. TweenLite.set(sprite, { pixi: { alpha: 0.85, anchor: 0.5, scaleX: 0.7 },onComplete:foo});

Cheers and thanks again Matt

karthickvkumar commented 7 years ago

+1

macguffin commented 7 years ago

FYI there is now an official GSAP pixi plugin, you might want to try that.