Team:UCLA/Aal/javascripttemplate

From 2014.igem.org

(Difference between revisions)
Line 17: Line 17:
         $("html, body").animate({ scrollTop: 0 }, 500);
         $("html, body").animate({ scrollTop: 0 }, 500);
$('.spiderbutton').animate({ top: '-=90%'}, 800, function(){$('.spiderbutton').animate({ top: '+=90%'}, 3000)});
$('.spiderbutton').animate({ top: '-=90%'}, 800, function(){$('.spiderbutton').animate({ top: '+=90%'}, 3000)});
 +
});
 +
jQuery(document).ready(function($){
 +
      $('.spiderbutton').click(function(){
 +
$('.spiderline').animate({ height: '-=90%'}, 800, function(){$('.spiderline').animate({ height: '+=90%'}, 3000)});
});
});
        
        

Revision as of 00:26, 6 September 2014