@indice/ng-components 0.2.7 → 0.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.
@@ -2721,7 +2721,6 @@
2721
2721
 
2722
2722
  var cssClassNames = {
2723
2723
  show: 'show',
2724
- fade: 'fade',
2725
2724
  modalOpen: 'modal-open'
2726
2725
  };
2727
2726
  var animationTime = {
@@ -2781,9 +2780,6 @@
2781
2780
  }
2782
2781
  ModalContainerComponent.prototype.ngOnInit = function () {
2783
2782
  var _this = this;
2784
- if (this.animationsEnabled) {
2785
- this.renderer.addClass(this._element.nativeElement, cssClassNames.fade);
2786
- }
2787
2783
  this.renderer.setStyle(this._element.nativeElement, 'display', 'block');
2788
2784
  setTimeout(function () {
2789
2785
  _this.isShown = true;