CSS3 transition or Javascript preloading effect -


i'm starting css3 transitions , i've found nice effect on loading page @ link : http://stsintegrity.com

i've been trying make own, making onload @ body, function transitions in js not working @ all, , css cannot find way. if can give me directions how work arround or similar addapt it, i'll appreciated

thanks!

this pretty easy jquery , jquery transit:

$(".transitionoverlaypage").transition({     delay: 2000,     y: '-120%' }, 'slow', 'in', function () { $(this).remove(); }); 

js fiddle demo

i added 2 second delay can see easier. (you remove this) basically, put in jquery onload function.


Comments

Popular posts from this blog

node.js - Bad Request - node js ajax post -

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -