A nice jQuery Plugin that uses several images to create the illusion of a 3D scenario using the parallax effect. Example of use: $ ( function () { $ ( '# Mindscape' ). Smart3D (850); }); <ul id="Mindscape"> <li><img src=".../ mindscape1.png"/></li> <li><img src=".../ mindscape2.png"/></li> </ul> #Mindscape { width : 750px ; height : 174px ; ...
A nice jQuery Plugin that uses several images to create the illusion of a 3D scenario using the parallax effect.
Example of use:
$ ( function () {
$ ( '# Mindscape' ). Smart3D (850);
});
<ul id="Mindscape">
<li><img src=".../ mindscape1.png"/></li>
<li><img src=".../ mindscape2.png"/></li>
</ul>
#Mindscape {
width : 750px ;
height : 174px ;
}
Source
http://4coder.info/smart3d-jquery-plugin/
