Template:Team:TU Munich/Overview

From 2012.igem.org

(Difference between revisions)
Line 69: Line 69:
</style>
</style>
 +
<script>
 +
$(document).ready(function() {
 +
  $('.sproj').click(function() {
 +
    if($(this).is(:hover)) {
 +
      $(this).animate({
 +
        border-radius: 20px;
 +
        width: 870px;
 +
        height: 500px;
 +
      },5000);
 +
    }else{
 +
      $(this).animate({
 +
        width: 0px;
 +
        height: 0px;
 +
      },5000);
 +
    }
 +
  });
 +
});
</html>
</html>

Revision as of 21:19, 13 September 2012