Team:Heidelberg/Templates/Footer-Nav

From 2013.igem.org

(Difference between revisions)
Line 152: Line 152:
     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 166: Line 166:
         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 08:44, 25 October 2013