if (bodyStyle.msTransform !== undefined) {
        this.animType = 'msTransform';
        this.transformType = '-ms-transform';
        this.transitionType = 'msTransition';
      }