- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
$scope.close_menu = function(resize){
if(window.innerWidth<=1023) var width=280;
else var width=390;
var duration=(resize)? 0:300;
$('.menu').removeClass('active').animate({right:-width+'px'},duration);
$('.wrapper').animate({right:'0px'},duration);
$('body').css({'overflow':'auto'});
$('.menu_btn').animate({marginRight:'0px'},duration,function(){});
$('.videocontainer').animate({right:'0px'},duration);
$('.blog_share.active > a,.blog_share.active > ul').animate({right:'0px'},duration);
$('.backgorund_transparent').hide();
if(typeof isMoving != 'undefined') isMoving=false;
}