The GSAP play option is nice, but a little lacking.
It would be helpful if flip.play() would return the TweenLite/TweenMax instance it creates when using the play: 'GSAP' option. Alternatively, the tween could be created & returned through another method ( flip.tween(), flip.gsap() ? ). Either of these would allow you to queue up multiple FLIP animations on a GSAP timeline, or control them manually with GSAP's methods.
Another helpful feature would be to pass along options to the TweenLite/TweenMax setup. Perhaps as an argument in the play method.
The GSAP
play
option is nice, but a little lacking.It would be helpful if
flip.play()
would return the TweenLite/TweenMax instance it creates when using theplay: 'GSAP'
option. Alternatively, the tween could be created & returned through another method (flip.tween()
,flip.gsap()
? ). Either of these would allow you to queue up multiple FLIP animations on a GSAP timeline, or control them manually with GSAP's methods.Another helpful feature would be to pass along options to the TweenLite/TweenMax setup. Perhaps as an argument in the
play
method.