|
Project Information
Featured
Downloads
|
3Dify is a Jquery Plugin that makes an element 3D, it works (in this moment 30/04/2011) only with Safari and Google Chrome 12
Documentationhttp://www.p2warticles.com/2011/04/3dify-plugin/ Usage<script src="js/jquery-1.5.2.min.js"></script>
<script src="js/jquery.threedify.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$(el).threedify({
posZ:value, /*tilt of element, default 0*/
angle:value /*angle of perspective, default 15*/
});
});
</script>
|