When does -transform affect the backface-visibility?
Hello everyone,
lately I've been having a lot of issues with -transform and -backface-visibility.
I am developing for the iPhone right now so obviously everything is done for it's webkit browser.
The Problem is that in some cases single Objects inside a DIV container are not affected by the -backface-visibility:hidden property. That means they are visible even though the container is rotated and while others are invisible.
My observation is that this has got to do with the -transform property or more precisely the translate3d property.
Since I am developing this web app only for iOS devices I heavily rely on translate3d() due to performance issues.
What exactly am I or could I be doing wrong? How are these two propertys affecting each other.
I hope anyone can help me out with my problem. Thank you in advance
Bookmarks