Skip to Navigation or
Skip to Content

Jquery Three Dee

Jquery Three DeeQuick Links

Visit the jQuery Three Dee project hub, which has a demonstration and download for this plugin on JS Plugins JavaScript Plugin Library.

Three Dee (3D) Demonstration.

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.

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

 

I use a cookie on this website. This cookie doesn't contain or relate to any personal information and it isn't shared with any other website, it just ensures that I don't count you more than once in my website statistics. The Privacy and Electronic Communications Regulations require me to ask your permission to use this cookie, so please indicate below that you are happy for me to do this - I will remember your selection with a cookie, so if you accept I won't ask again...