Team:Wageningen UR/Templates/Page Header

From 2013.igem.org

(Difference between revisions)
Line 17: Line 17:
});
});
});
});
-
function start_callback(id){
+
$('#example3').timeliner.pause();
-
if(id=='example3'){
+
setTimeout(function() { $('#example3').timeliner.play(); }, 3000);
-
                                        $('#example3').timeliner.pause().setTimeout(function() { $('#example3').timeliner.play(); }, 3000);
+
 
-
}
+
-
}
+
function end_callback(id){
function end_callback(id){
if(id=='example3'){
if(id=='example3'){

Revision as of 19:24, 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