web/index3.html
author Edwin Razafimahatratra <edwin@robotalismsoft.com>
Tue, 13 Nov 2012 17:59:26 +0100
changeset 29 c9c75ab3de3e
parent 23 45b05706b516
child 30 6d5b46559bd9
permissions -rw-r--r--
avance sur l'effet mosaic

<!DOCTYPE html>
<html lang="fr">
    <head>
        <meta charset="utf-8">
        <title>The End - @todo</title>
        <link rel="stylesheet" href="static/res/css/style.css" />
    </head>
    <body>

        <center>
            <canvas id="mosaic" width="1024" height="550"></canvas>
        </center>

        <script src="static/res/js/jquery-1.8.2.min.js"></script>
        <script src="static/res/js/popcorn-complete.js"></script>
        <script src="static/res/js/popcorn.sequence.js"></script>
        <script src="static/res/js/incplayer.js"></script>
        <script src="static/res/js/ease.js"></script>        
        <script src="static/res/js/incmosaic.js"></script>
        <script>        
            $(function() {
                incMosaic.addPairImages("static/res/img/ACC_0.jpg", "static/res/img/ACC_1.jpg");
                incMosaic.start("mosaic", 5, 2);
            });
        </script>

    </body>
</html>