Advertisement
Guest User

Untitled

a guest
Jan 18th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. function nosti(){
  2. var h = window.innerHeight;
  3. if(($( window ).width())>620){
  4. $("#login-page").animate({width:'30%'},"fast");
  5. }else{
  6. $("#login-page").animate({width:'100%'},"fast");
  7. $("#login-page").animate({height:'100%'},"fast");
  8. $(".card-panel").css("margin-top",0);
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement