Skip to main content

Bug Tracker

Side navigation

Ticket #5401: cynthesis.js


File cynthesis.js, 0.5 KB (added by ahoyboyhoy, October 21, 2009 06:16PM UTC)
// jQuery Animations for Cynthesis
// Revolution9design

jQuery(document).ready(function() {
	var height = jQuery("#border").height();
	var newheight = height - 42;
	jQuery("#glow-right").height(newheight);
	jQuery("#glow-left").height(newheight);
	$(window).load(
    	jQuery("#experience").fadeIn(1000, function() {
			jQuery("#expertise").fadeIn(1000, function() {
				jQuery("#expediency").fadeIn(1000, function() {
					jQuery("#excellence").fadeIn(1000)
				})
			})
		})				
	);			
})

Download in other formats:

Original Format