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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T04:26:37+00:00 2026-05-24T04:26:37+00:00

I am trying to apply some CSS3 transformations on elements and there is two

  • 0

I am trying to apply some CSS3 transformations on elements and there is two problems.
The webpage contains lots of sticky notes and I want to zoom on click (scale) or flip on hover (rotateY) them by applying CSS classes with some JavaScript.

For example the zoom class is like this :

.postit-container.enabled {
  z-index: 15;
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  -moz-transition: -moz-transform 0.15s ease-in-out;
  -o-transition: -o-transform 0.15s ease-in-out;
  -ms-transition: -ms-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -o-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
}

For the flip effect I only use rotateY(180deg) on :hover.

Every stickies has a default rotation of 6deg applied and I fake random rotation with the nth-child CSS3 selector to apply different rotations.

Problem is that the screen flickers randomly when zooming or flipping and some fonts on the page are altered and looks ugly but not all of them, that’s really weird.

Here is a jsfiddle so you can see the problem yourself :

JSfiddle (tested with Google Chrome 12.0.742.122 on Mac OS X 10.6.8)

I already tried the -webkit-backface-visibility trick, the flicker is gone on aminations and transforms for sure but fonts look ugly all the time.

I hope someone has a magic trick, because I really don’t understand this behavior.

  • 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-24T04:26:38+00:00Added an answer on May 24, 2026 at 4:26 am

    Could you put examples into a jsfiddle, the screenshots do not do a good job of illustrating the problem.

    However I have experienced a similar problem, I couldn’t find the cause of the problem either. Or come up with an explanation as to what might be happening.

    However I did find a solution that worked in my case.

    -webkit-transform-style: preserve-3d;
    

    I applied it on all the elements that seemed to have rendering issues. In my case some elements that where not being transitioned or even in the same container, where being effected in a seemingly random and inconsistent manner.

    something like.

    .header *, .sticky * {
        -webkit-transform-style: preserve-3d;
    }
    

    I would love provide an explanation as to what preserve-3d does, however I found the documentation pretty ambiguous.

    About the crux of what I gathered is that it may fix the problem ( which it did ) and it has two properties

    -webkit-transform-style: preserve-3d;
    //and
    -webkit-transform-style: flat;
    

    Flat is used by default.

    Sorry I could not give a more detailed answer, but I hope this fixes the problem for you.

    If anyone working on webKit is around, can you provide and explanation as to what this really does.

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

Sidebar

Related Questions

I am trying to apply some transformations on images using a CGContextRef. I am
I'm having some major headache trying to apply CSS3 transitions to a slideshow trough
I am trying to apply some CSS class on the options of a drop
I'm starting to read about design patterns and trying to apply them to some
I am trying to apply the following jQuery click function but for some reason
I'm trying to extend the JavaScript on a page I maintain to apply some
I'm relatively new to TDD, and still trying to learn to apply some of
I am trying to load some elements from another page under my site, and
I'm trying to apply some CSS to the last .topic-wrapper div (which is inside
I've been programming for many years, recently i've been trying to apply some of

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.