Team:Penn/Modeling
From 2013.igem.org
(Difference between revisions)
Line 2: | Line 2: | ||
<head> | <head> | ||
<title>Team</title> | <title>Team</title> | ||
- | + | <link href="https://googledrive.com/host/0B4ZBZOYYKBzEVHRaZEdUVGo5cjA" type="text/css" rel="stylesheet"/> | |
<script src="https://googledrive.com/host/0B4ZBZOYYKBzETkFqdnhMeV9fMzA" ></script> | <script src="https://googledrive.com/host/0B4ZBZOYYKBzETkFqdnhMeV9fMzA" ></script> | ||
<script src="https://googledrive.com/host/0B4ZBZOYYKBzEZTdBSFdUV19LYjQ"></script> | <script src="https://googledrive.com/host/0B4ZBZOYYKBzEZTdBSFdUV19LYjQ"></script> | ||
Line 143: | Line 143: | ||
jQuery(document).ready(function($) { | jQuery(document).ready(function($) { | ||
+ | $('#carousel').infiniteCarousel({ | ||
+ | transitionSpeed : 2000, | ||
+ | displayTime : 5000, | ||
+ | textholderHeight : .25, | ||
+ | displayProgressBar : 0 | ||
+ | }); | ||
$(window).scroll($.debounce( 300, true, function(){ | $(window).scroll($.debounce( 300, true, function(){ | ||
Line 152: | Line 158: | ||
})); | })); | ||
$(window).scroll($.debounce(300, function(){ | $(window).scroll($.debounce(300, function(){ | ||
+ | |||
$(".navbar").show(); | $(".navbar").show(); | ||
$(".left_wrap").animate({ | $(".left_wrap").animate({ | ||
Line 159: | Line 166: | ||
}); | }); | ||
})); | })); | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
$(".dropdown").mouseenter(function(){ | $(".dropdown").mouseenter(function(){ | ||
Line 187: | Line 184: | ||
}); | }); | ||
- | + | }); | |
</script> | </script> | ||
</html> | </html> |
Revision as of 15:42, 21 August 2013