@syncfusion/ej2-navigations 33.2.8 → 33.2.10

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.
@@ -1341,6 +1341,9 @@ var MenuBase = /** @__PURE__ @class */ (function (_super) {
1341
1341
  }
1342
1342
  }
1343
1343
  this.defaultOption = this.showItemOnClick;
1344
+ if (isNullOrUndefined(this.animation)) {
1345
+ this.animation = new Animation({});
1346
+ }
1344
1347
  };
1345
1348
  MenuBase.prototype.renderItems = function () {
1346
1349
  if (!this.items.length) {