Team:UCLondon/Templates/Team-Style

From 2012e.igem.org

(Difference between revisions)
Line 111: Line 111:
     str += list[i].innerHTML;
     str += list[i].innerHTML;
   }
   }
 +
 +
    $('.team li').css( { '-webkit-animation': 'slideIN 2s 2s ease forwards',
 +
                        '-moz-animation': 'slideIN 2s 2s ease forwards',
 +
                        '-ms-animation': 'slideIN 2s 2s ease forwards' });
   target.children('ul').html( str );
   target.children('ul').html( str );
Line 116: Line 120:
   $('.MBWikiStyle').css('height', nHeight);
   $('.MBWikiStyle').css('height', nHeight);
-
  $('.team li').css( { '-webkit-animation': 'slideIN 2s 2s ease forwards',
+
 
-
                        '-moz-animation': 'slideIN 2s 2s ease forwards',
+
-
                        '-ms-animation': 'slideIN 2s 2s ease forwards' });
+
});
});

Revision as of 19:14, 18 September 2012