I think I found a bug. If a GSAP “from” function is being used (e. g. TweenMax.from()), whenever a controller is destroyed and then recreated, the animation doesn’t work anymore. Example: http://jsfiddle.net/fq8Lsw7v/1/
Click “create” and “destroy” at free will and try it. Feel free to change TweenMax.from to TweenMax.to and see how it always works.
I think I found a bug. If a GSAP “from” function is being used (e. g.
TweenMax.from()
), whenever a controller is destroyed and then recreated, the animation doesn’t work anymore. Example: http://jsfiddle.net/fq8Lsw7v/1/Click “create” and “destroy” at free will and try it. Feel free to change
TweenMax.from
toTweenMax.to
and see how it always works.