I have an apple-like element that is created using CSS3 transition and 3D transforms.
http://jsfiddle.net/7eDkb/1/ (transition with box shadow)
It works smoothly on chrome, but on firefox, the covers flicker between visible and invisible when they are animated.
After the repair process, I found that removing the css "box-shadow" property from elements leads to smooth transitions in firefox.
http://jsfiddle.net/7eDkb/2/ (transition without window shadow)
I tested this in firefox v15 and chrome v21.
Is there a solution to have both 3d transitions and box-shadow on an element without its flickering on firefox?
EDIT: in scripts, click grayscale images to see flicker
Rodik source
share