Ionic-slide-box with images acting weird

I’ve found out that the reason of this bug was ng-hide I used on ion-content.

I had problems with ng-hide/ng-show so I added the following to my css:

.ng-hide-add,
.ng-hide-remove {
  display: none !important;
}

As suggested here, turns out that this was messing my slide-box.