How to create parallax inside slider ion-slide-box or ion-slides?

I’m having difficulties creating parallax effect using ion-slide-box

$rootScope.$on("$ionicSlide.slideChangeStart", function (event, data) {
console.log(‘Slide change is beginning’);
});

And

$scope.slideHasChanged = function (index) {}

Does not detect the X-axis to do the transition. It only detects the Beginning and End of event.

Is there another way to do parallax on slider?