@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.
@@ -3737,7 +3737,8 @@ let Ribbon = Ribbon_1 = class Ribbon extends Component {
3737
3737
  enableRtl: this.enableRtl,
3738
3738
  created: this.tabCreated.bind(this),
3739
3739
  selected: this.ribbonTabSelected.bind(this),
3740
- selecting: this.ribbonTabSelecting.bind(this)
3740
+ selecting: this.ribbonTabSelecting.bind(this),
3741
+ animation: this.tabAnimation
3741
3742
  });
3742
3743
  this.tabObj.appendTo(tabEle);
3743
3744
  //Set the width value as "0px" with unit for proper calculation.