Skip to content

Commit

Permalink
Fix main page animation to meet the modified max width
Browse files Browse the repository at this point in the history
  • Loading branch information
onevcat committed Feb 20, 2015
1 parent 6c5f89c commit a9bfaa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $(document).ready(function() {
$('.content-wrapper').addClass('animated slideInRight');
} else {
$('.panel-cover').css('max-width',currentWidth);
$('.panel-cover').animate({'max-width': '500px', 'width': '30%'}, 400, swing = 'swing', function() {} );
$('.panel-cover').animate({'max-width': '700px', 'width': '30%'}, 400, swing = 'swing', function() {} );
}
});

Expand Down

0 comments on commit a9bfaa7

Please sign in to comment.