Ionic Decrease Scroll Speed
问题 i got problem when trying to slowing scroll from this code : $ionicScrollDelegate.$getByHandle('credit').scrollBottom(true). How can i slowing down the scroll? Because now it scrolling too fast for me. I need to slowing down the scroll, just like credit scene on the Star Wars movie. Anyhelp would be much appreciated, thanks! $scope.viewCreditsV2 = function () { $ionicModal.fromTemplateUrl('views/popupcredit.html', { scope: $scope, animation: 'slide-in-up' }).then(function(modal) { $scope