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 9184163
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T18:58:41+00:00 2026-06-17T18:58:41+00:00

I try to simulate a turn to back effect, as two doors open to

  • 0

I try to simulate a turn to back effect, as two doors open to back simultaneously. I tried different matrix generators to obtain that trapezoid needed but i didn’t have any luck. I know i have to animate an rotateY from 0 to 180 degrees and to keep my transform origin but that trapezoid kills me.

  • 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-06-17T18:58:42+00:00Added an answer on June 17, 2026 at 6:58 pm

    How about using perspective?

    demo

    HTML:

    <div class='doors'>
        <div class='door'></div><div class='door'></div>
    </div>
    

    Relevant CSS:

    .doors { perspective: 35em; }
    .door {
        display: inline-block;
        width: 50%; height: 100%;
        transition: 1s;
    }
    .doors:hover .door:first-child {
        transform-origin: 0 50% 0;
        transform: rotateY(60deg);
    }
    .doors:hover .door:last-child {
        transform-origin: 100% 50% 0;
        transform: rotateY(-60deg);
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm looking to simulate effect as on http://www.templatemonster.com/flash-templates/27545.html (when you try to hover over
Is there any way to simulate a try-finally or try-except in a language that
I try to simulate a problem where a script that is loaded from an
I have try to simulate and develop base of some zend project and in
I'm trying to simulate touch in iOS. There some pointers in SO suggest that
I am trying to simulate keyboard event (for F1 - F12) and dispatch that
I want to simulate TCP in Java. For that I have multiple threads, like
I'm trying to develop an application that will simulate a route through Google's Navigation
I need to simulate a keypress in game window. I try to send key
The following code is an attempt to simulate a key stroke: button1.setPressed(true); try {

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.