Hi all,
I am trying to get into Bannertime and its a bit of a learning curve but can see the benefits.
I am trying my current banner timeline setup to work with it.
In the Bannertime example this is how the animation is called and animated.
/**
* Animation timeline.
*/
Banner.prototype.animate = function () {
var _this = this;
function loop() {
_this.timeline.gotoAndPlay('start');
}
this.timeline = new TimelineLite({ onComplete: loop })
.addLabel('start', 0)
.add(TweenLite.to(this.logo, 2, { autoAlp