diff --git a/src/main/webapp/WEB-INF/velocity/photo.vm b/src/main/webapp/WEB-INF/velocity/photo.vm index 857fe83..a2a4fd3 100644 --- a/src/main/webapp/WEB-INF/velocity/photo.vm +++ b/src/main/webapp/WEB-INF/velocity/photo.vm @@ -76,8 +76,8 @@ $(document).ready(function() { 'titlePosition' : 'inside', 'transitionIn' : 'elastic', 'transitionOut' : 'elastic', - 'easingIn' : 'easeOutBack', - 'easingOut' : 'easeInBack' + 'easingIn' : 'easeInQuad', + 'easingOut' : 'easeOutQuad' }); })