I would like to know how to make my website appear with jquery animations for example if
body {
visibility: hidden;
}
how could I use jquery to make it
body {
visibility: visible;
}
but have it animate like you can animate a dialog box with
show:"fold"
make sense?
JSFiddle example