How to detect scroll direction

I am using $ionicScrollDelegate to determine the direction the user is scrolling so I can animate an element, but I can’t figure out how to determine what direction the user scrolls using $ionicScrollDelegate.

Can anyone help with this?