--- 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