I am trying to create a 3D effect in Titanium for an image.
can you please provide pointers on how to make an image that looks like
to look like
I looked at transform, create2dmatrix etc - but the documentation is not too clear for me.
var image2 = Titanium.UI.createImageView ({
image: '/giraffe.jpg',
height: '323',
width: "270",
left: "1px",
});
thanks..