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

  • SEARCH
  • Home
  • 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 6853447
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T01:30:47+00:00 2026-05-27T01:30:47+00:00

In Safari 5 adding a reference to a 3D transition breaks my 2D transitions.

  • 0

In Safari 5 adding a reference to a 3D transition breaks my 2D transitions. I am using version 5.1.1 (7534.51.22).

The following code demonstrates:

<!DOCTYPE html>
<html lang="en">
    <head>
        <style type="text/css" charset="utf-8">
            body{ font-family:Arial;font-size:1.5em; line-height:3em; }

            .item-a 
            {
                padding-left: 0;
                -webkit-transition: padding-left 0.1s ease-out;
            }

            .item-a:hover {
                padding-left: 5px;
            }

            .item-b  > .item-b-fade-in {
                opacity: 0;
                margin: 20px 0 0 0;     
                visibility: hidden;     
                -webkit-transition:opacity 0.4s ease-in-out;
            }

            .item-b:hover > .item-b-fade-in {
                opacity: 1;
                margin: 0;  
                visibility: visible;
            }           
           .three-d-transform {-webkit-transform:translate3d(0,0,0);}
        </style>
    </head>
    <body>      
        <!--Uncomment the following to break the transitions on this page in Safari 5 -->
        <!--<div class="three-d-transform" />-->
        <a class="item-a" href="#">
            Hover For Transition A (margin change)
        </a>
        <div class="item-b" href="#">
            Hover for transition B (Fade-in)
            <div class="item-b-fade-in">
                <a href="#">One</a>
                <a href="#">Two</a>
            </div>
        </div>          
    </body>
</html>

Experimentation leads me to suspect that Safari page rendering is somehow modified if a 3D transform is referenced, causing my issue, but this is speculation.

Has anyone seen this and found a solution?

I have seen this other question, but moving the position attribute per that answer had no effect for 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-05-27T01:30:48+00:00Added an answer on May 27, 2026 at 1:30 am

    I have resolved this issue. In Safari (unlike Chrome, it seems) you need to specify the reciprocal transition. So if you have a transition that occurs when you hover over, you need to specify the transition when you hover off.

    If you do not do this, the transition remains “locked” in an incomplete state until another transition on the page is invoked.

    As a side note, there are a number of side effects related to z-index and positioning in Safari when using 3D transforms on a page (that lead me down dead ends while investigating this.)

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

Sidebar

Related Questions

In Safari & Webkit, using only border-radius seems to work without adding the prefix
Safari and Chrome seem to be adding extra padding/margins in regards to the text
I use Safari Books Online as a reference library and to evaluate book before
I'm interested in adding an HTML/web-browser based log window to my net-enabled device. Specifically,
The Jquery code below works ok with firefox, Safari, Opera but not with IE.
CSS3 using Webkit in Safari; I have a button that, when clicked, causes a
I am using the Cart class of CodeIgniter, basically that's just sessions. Now, Safari
Can you superimpose canvas over video in IOS safari (IPAD)? I tried adding text
What is the best approach to add code for detecting an iPad Safari user.
Using jQuery 1.4 to do this. Adding a form to the body tag, nothing

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.