diff --git a/js/app/module_map.js b/js/app/module_map.js index 34b25688..0e755a50 100644 --- a/js/app/module_map.js +++ b/js/app/module_map.js @@ -164,7 +164,7 @@ define([ height: [ moduleHeight + 'px', [ 400, 15 ] ] },{ duration: 400, - easing: 'easeInSine', + easing: 'easeOutSine', complete: function(){ moduleElement.removeClass( config.moduleClosedClass ); moduleElement.removeData(); @@ -172,10 +172,10 @@ define([ }); }else{ moduleElement.velocity('finish').velocity({ - height: [ '36px', [ 400, 15 ] ] + height: [ '35px', [ 400, 15 ] ] },{ duration: 400, - easing: 'easeInSine', + easing: 'easeOutSine', complete: function(){ moduleElement.addClass( config.moduleClosedClass ); } diff --git a/public/js/v1.1.7/app/module_map.js b/public/js/v1.1.7/app/module_map.js index 34b25688..0e755a50 100644 --- a/public/js/v1.1.7/app/module_map.js +++ b/public/js/v1.1.7/app/module_map.js @@ -164,7 +164,7 @@ define([ height: [ moduleHeight + 'px', [ 400, 15 ] ] },{ duration: 400, - easing: 'easeInSine', + easing: 'easeOutSine', complete: function(){ moduleElement.removeClass( config.moduleClosedClass ); moduleElement.removeData(); @@ -172,10 +172,10 @@ define([ }); }else{ moduleElement.velocity('finish').velocity({ - height: [ '36px', [ 400, 15 ] ] + height: [ '35px', [ 400, 15 ] ] },{ duration: 400, - easing: 'easeInSine', + easing: 'easeOutSine', complete: function(){ moduleElement.addClass( config.moduleClosedClass ); }