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
Post a Comment