Jquery Three Dee
Quick Links
Visit the jQuery Three Dee project hub, which has a demonstration and download for this plugin on JS Plugins JavaScript Plugin Library.
Description
The jQuery Three Dee project is a plugin for the jQuery JavaScript Framework, which converts text into 3D text that can be viewed with simple red/blue 3D glasses. The plugin uses CSS3, with a fall-back for older browsers to create the 3D effect.
If you find my open source projects and jQuery plugins useful,
please consider making a donation!
Requirements
CSS
No CSS required.
Note: This plugin performs a fallback to make the 3D effect work in older browsers. If you aren't supporting older browsers, you can just nick the CSS ideas from inside the script to pop in your CSS and have it all working without any JavaScript.
JavaScript
$(".near").threedee({ depth: "near"});
With all options set:
$(".near").threedee({
classModifier: "3d",
depth: "middle",
style: "none",
applyTo: "text",
opacity: "1",
changeTextSize: false
});
You Are Here: Home » JavaScript » Three Dee