inter_choix fade
authorEdwin Razafimahatratra <edwin@robotalismsoft.com>
Mon, 10 Dec 2012 22:31:19 +0100
changeset 40 f667f24b4a01
parent 39 6605de5fe0bd
child 41 f2123b4487e9
inter_choix fade
web/inter_choix.html
--- a/web/inter_choix.html	Mon Dec 10 22:19:35 2012 +0100
+++ b/web/inter_choix.html	Mon Dec 10 22:31:19 2012 +0100
@@ -35,8 +35,15 @@
 		<!-- Metanav FranceTV 	-->
 		<script src="http://static.francetv.fr/js/jquery.metanav-min.js" charset="utf-8"></script>
 		<!-- JavaScript -->		
-        <script src="static/res/js/jquery-1.8.2.min.js"></script>        
-        <script src="static/res/js/ease.js"></script>        
-        <script src="static/res/js/incmosaic.js"></script>	
+        <script src="static/res/js/jquery-1.8.2.min.js"></script> 
+        <script>        
+            $(function() {
+				  $('.box_transparance').animate({
+				    	opacity: 0,
+					  }, 10000, function() {
+					    // Animation complete.
+					 });
+            });
+        </script>               
 	</body>
 </html>
\ No newline at end of file