Team:Heidelberg/Templates/Footer-Tour

From 2013.igem.org

(Difference between revisions)
Line 165: Line 165:
     function () {
     function () {
         var $this = $(this);
         var $this = $(this);
-
         $this.find('img').stop().animate({
+
         $this.find('img.circle').stop().animate({
             'width'    :'300px',
             'width'    :'300px',
             'height'    :'300px',
             'height'    :'300px',
Line 179: Line 179:
         var $this = $(this);
         var $this = $(this);
         $this.find('ul').fadeOut(500);
         $this.find('ul').fadeOut(500);
-
         $this.find('img').stop().animate({
+
         $this.find('img.circle').stop().animate({
             'width'    :'52px',
             'width'    :'52px',
             'height'    :'52px',
             'height'    :'52px',

Revision as of 11:58, 25 October 2013