Ionic modal animations [SOLVED]

Hi everyone ! Sorry for my bad english !

I want to use another $ionicModal animation

$ionicModal.fromTemplateUrl(‘my-modal.html’, {
scope: $scope,
animation: ‘slide-in-up’ // Default animation
})

What are the other animations values ?

Best regards !