animations and more fun

This commit is contained in:
Timothy Pidashev
2022-01-07 23:22:17 -08:00
parent b26b405eca
commit 64718e30e5
8 changed files with 11646 additions and 44 deletions

6
js/python/login.js Normal file
View File

@@ -0,0 +1,6 @@
$("#login-button").click(function(event){
event.preventDefault();
$('form').fadeOut(500);
$('.wrapper').addClass('form-success');
});