Team:Wageningen UR/Templates/Page Header

From 2013.igem.org

(Difference between revisions)
Line 5: Line 5:
var windowW = $(window).width();
var windowW = $(window).width();
var timeW = windowW*.8906244;
var timeW = windowW*.8906244;
-
setTimeout(function() {
+
 
$('#example3').timeliner({
$('#example3').timeliner({
         containerwidth: windowW,
         containerwidth: windowW,
Line 13: Line 13:
timelineverticalmargin: 20,
timelineverticalmargin: 20,
autoplay: true,
autoplay: true,
 +
        delay: 2000,
repeat: false,
repeat: false,
         showtimedisplay: false,
         showtimedisplay: false,
Line 18: Line 19:
});
});
});
});
-
}, 5000);
 
function end_callback(id){
function end_callback(id){

Revision as of 19:38, 26 July 2013


Page title

List of templates:

Team:Wageningen_UR/Templates/Page Header
this page, include at the start of every page. This page contains all the css needed to style all of the pages.
Team:Wageningen_UR/Templates/Page Footer
include at the end of every page. This page contains all js for all the more complex functions in this wiki.
Team:Wageningen_UR/Templates/Navigation
edit the menu here