From b19fae9f122681ac8073c80d027f7b9b3851a7de Mon Sep 17 00:00:00 2001 From: Knut Forkalsrud Date: Sat, 31 Jul 2010 17:00:42 -0700 Subject: [PATCH] Less radical easing curve --- src/main/webapp/WEB-INF/velocity/photo.vm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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' }); })