Team:Potsdam Bioware/javascript

From 2012.igem.org

(Difference between revisions)
(Created page with "<html> <head> <script type="text/javascript"> (function($) { $.fn.innerfade = function(options) { return this.each(function() { $.innerfade(this, opti...")
 
(19 intermediate revisions not shown)
Line 102: Line 102:
$('#portfolio').innerfade({
$('#portfolio').innerfade({
speed: 'slow',
speed: 'slow',
-
timeout: 4000,
+
timeout: 12000,
type: 'sequence',
type: 'sequence',
-
containerheight: '110px'
+
containerheight: '280px'
});
});
Line 115: Line 115:
}
}
);
);
 +
</script>
</script>
 +
 +
<script type="text/javascript">
 +
 +
</script>
 +
 +
 +
</head>
</head>
</html>
</html>

Latest revision as of 18:27, 25 September 2012