Team:CBNU-Korea/contenttest
From 2011.igem.org
(Difference between revisions)
Line 245: | Line 245: | ||
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> | <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
+ | |||
+ | $('#background-wrap img').css('opacity',0); | ||
+ | $('#background-wrap img').animate({ opacity: 1}, 3000); | ||
+ | |||
$(document).ready(function(){ | $(document).ready(function(){ | ||
/* The code here is executed on page load */ | /* The code here is executed on page load */ |
Revision as of 08:56, 2 September 2011