Team:UCLA/Aal/javascripttemplate

From 2014.igem.org

(Difference between revisions)
Line 18: Line 18:
$('.spiderbutton').animate({ top: '-=90%'}, 800, function(){$('.spiderbutton').animate({ top: '+=90%'}, 3000)});
$('.spiderbutton').animate({ top: '-=90%'}, 800, function(){$('.spiderbutton').animate({ top: '+=90%'}, 3000)});
$('.spiderline').animate({ height: '-=90%'}, 800, function(){$('.spiderline').animate({ height: '+=90%'}, 3000)});
$('.spiderline').animate({ height: '-=90%'}, 800, function(){$('.spiderline').animate({ height: '+=90%'}, 3000)});
 +
});
});
});
</script>
</script>
</html>
</html>

Revision as of 00:27, 6 September 2014