Automatic slideshow

Made in The Wall

The Wall is able to create contents slideshow. There is no difference between pictures and text, The Wall will show all your contents easily and tidily. The slideshow can be applied both to wall and Coda mode. A simple setting parameter and you are ready to work.



CONFIGURATION FOR SLIDESHOW CODA 1

Configuration The Wall

                new Wall("wall", 
                 {
                     "slideshow":true,
                     "speed":600,
                     "showDuration":2200,
                     "preload":true,
                     "transition":Fx.Transitions.Expo.easeInOut,
                     "width":450,
                     "height":450,
                     "rangex":[0,10],
                     "rangey":[0,1]
                 });

CONFIGURATION FOR SLIDESHOW CODA 2

Configuration The Wall

                new Wall("wall", 
                 {
                     "draggable":true,
                     "autoposition":true,
                     "slideshow":true,
                     "speed":1200,
                     "showDuration":4400,
                     "inertia":true,
                     "preload":true,
                     "transition":Fx.Transitions.Expo.easeInOut,
                     "width":450,
                     "height":450,
                     "rangex":[0,10],
                     "rangey":[0,1]
                 });