web/choix.html
changeset 45 f7bfdc49982b
parent 43 21a791340354
child 46 542252e0c615
equal deleted inserted replaced
44:f905a56cc7e6 45:f7bfdc49982b
    52             $(function() {
    52             $(function() {
    53             	// Init the resize object
    53             	// Init the resize object
    54             	incResize.init("content", null, "mosaic", null, null, 130, 1920/809, null, incMosaic.registerPostNewCanvasSize);
    54             	incResize.init("content", null, "mosaic", null, null, 130, 1920/809, null, incMosaic.registerPostNewCanvasSize);
    55 
    55 
    56             	// Set the mosaic effect
    56             	// Set the mosaic effect
    57             	incChoice.setMosaicEffect(["choix1fond1.jpg", "choix1fond2.jpg", "choix1fond3.jpg"],
    57             	incChoice.setMosaicImages(["choix1fond1.jpg", "choix1fond2.jpg", "choix1fond3.jpg"],
    58             								["choix2fond1.jpg", "choix2fond2.jpg", "choix2fond3.jpg"],
    58             		["choix2fond1.jpg", "choix2fond2.jpg", "choix2fond3.jpg"],
    59             								"choix_2.html");
    59             		["choix3fond1.jpg", "choix3fond2.jpg", "choix3fond3.jpg"]);
    60             	incChoice.currentWorldIndex = 0;
    60 
       
    61             	// Set the list of words and the mosaic effect
       
    62 				incChoice.setWordsAndEffect(0);
    61             });
    63             });
    62         </script>		
    64         </script>		
    63 	</body>
    65 	</body>
    64 </html>
    66 </html>