mathieuanthoine / haxe-gsap

Haxe externs for Greensock Animation Platform
MIT License
20 stars 6 forks source link

TweenMax.getTweensOf() returns Void #9

Closed zhaoterryy closed 6 years ago

zhaoterryy commented 6 years ago

Great work on the library, just encountered this one issue.

TweenMax.hx:62 - static public function getTweensOf(target:Dynamic, onlyActive:Bool):Void

This should be returning "an array containing all the tweens of a particular target," not void.

Thanks Mathieu!

zhaoterryy commented 6 years ago

Opened a PR.

10