Changed some animations, and properly implemented use of style/script blocks (meta still required?)
This commit is contained in:
@ -49,7 +49,7 @@ order: 1
|
||||
$("#formcontainer").addClass("completed");
|
||||
setTimeout(function(){
|
||||
$("#formcontainer").addClass("completedmsg");
|
||||
}, 400);
|
||||
}, 800);
|
||||
}
|
||||
)
|
||||
e.preventDefault();
|
||||
|
Reference in New Issue
Block a user