@syncfusion/ej2-ribbon 24.2.3 → 24.2.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4088,7 +4088,8 @@ var Ribbon = /** @__PURE__ @class */ (function (_super) {
4088
4088
  enableRtl: this.enableRtl,
4089
4089
  created: this.tabCreated.bind(this),
4090
4090
  selected: this.ribbonTabSelected.bind(this),
4091
- selecting: this.ribbonTabSelecting.bind(this)
4091
+ selecting: this.ribbonTabSelecting.bind(this),
4092
+ animation: this.tabAnimation
4092
4093
  });
4093
4094
  this.tabObj.appendTo(tabEle);
4094
4095
  //Set the width value as "0px" with unit for proper calculation.