if (window.ani.stage) {
        //TODO call removeEventListener and refactor adding listener when animation should start
        if (!window.ani.animationstarted) window.ani.enableAnimation();//window.createjs.Ticker.addEventListener('tick', window.ani.stage);
        window.ani.stage.play();
      } else {