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.
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