Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6254375
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T14:10:07+00:00 2026-05-24T14:10:07+00:00

I saw very interesting example of using html5 css3 and javascript that is amazing,

  • 0

I saw very interesting example of using html5 css3 and javascript that is amazing, so can you tell me how is it possible to do this without flash, I really want to know how to do things like that. What are they using? But the mostly I want to know how they did the effect with tetbox and button. Here is
The link

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T14:10:08+00:00Added an answer on May 24, 2026 at 2:10 pm

    All the code’s in there. I suggest you download it all and have a play with it, work out what does what, and ask a new question if there’s a particular bit you don’t understand.

    The main clever bit happens here (in test.js):

    onMove: function(e) {
        if (e.pageX >= 0 && e.pageY) {
            this.rot = e.pageX*0.006-0.9;
    
            this.tilt = (TILT_BASE - e.pageY*0.004);
            if (this.tilt < 0.5) this.tilt = 0.5;
    
            if (!this.playing)
                this.doAnimation();
        }
    },
    

    and here:

    updateTransform: function() {
        this.box.localTrans.rotY(this.rot_cur);
        this.box.localTrans._42 = (80-this.box.height)/2;
        this.rootTransMatrix.rotX(this.tilt_cur);
        this.rootTransMatrix._42 = (80-this.box.height)/2;
        this.floorFace.postTrans.translate(-28, -88 - this.box.localTrans._42, 0);
    
        this.box.applyTransform();
        this.floorFace.applyTransform();
    }
    

    That all relies on trans3d.js, which does the necessary CSS transforms.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I saw that you can embed meta-data into images very much like you can
In several JavaScript libraries I saw this notation at the very beginning: /** *
I saw Michael Sparks's very interesting dissection of Peter Norvig's Spell Checker at the
I saw this same question for VIM and it has been something that I
I am very interesting in the dynamic language runtime of .net, and saw IronRuby/IronPython
I ran across some very interesting code that makes me wonder about what bool
I was very surprised when I saw this notation. What does it do and
I saw a javascript project had defined very large variables in their own files
I just saw a demo of electric cloud and it was very interesting, but
I saw a lot of web pages recently, that have very smooth headlines, like

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.