Changed some animations, and properly implemented use of style/script blocks (meta still required?)

This commit is contained in:
2016-04-13 12:04:05 +01:00
parent d9cc10e325
commit 345411ad17
5 changed files with 35 additions and 20 deletions

View File

@ -49,7 +49,7 @@ order: 1
$("#formcontainer").addClass("completed");
setTimeout(function(){
$("#formcontainer").addClass("completedmsg");
}, 400);
}, 800);
}
)
e.preventDefault();