if (bodyStyle.MozTransform !== undefined) {
        this.animType = 'MozTransform';
        this.transformType = '-moz-transform';
        this.transitionType = 'MozTransition';
      }