#1Touch Me :)
#2No, Touch Me :)
#3
#4
#5
#6
TASK:
Click, Drag, Throw, Rotate & Scale these naughty boxes. You can see each box numbers settings below.


NOTE:
This demo is only functional an the Apple iPod/iPhone running version 2.0+ (This will not work in a Safari "Emulator", It has to have an actual touch screen to work correctly with the internal ontouch* functions. Your mouse is just not cool enough.)


USAGE & DOWNLOAD:



CREATED BY:
Peter Schmalfeldt of Manifest Interactive


BOX #1:
        $('#touchme1').touch({
            animate: true,
            sticky: false,
            dragx: true,
            dragy: true,
            rotate: true,
            resort: true,
            scale: true
        });
        
BOX #2:
        $('#touchme2').touch({
            animate: false,
            sticky: false,
            dragx: true,
            dragy: true,
            rotate: false,
            resort: true,
            scale: false
        });
        
BOX #3 & 4:
        $('.dragx').touch({
            animate: true,
            sticky: false,
            dragx: false,
            dragy: true,
            rotate: false,
            resort: false,
            scale: false
        });
        
BOX #5 & 6:
        $('.dragy').touch({
            animate: true,
            sticky: false,
            dragx: true,
            dragy: false,
            rotate: false,
            resort: false,
            scale: false
        });