CSS3 Transform affecting other elements with chrome/safari

Working solution for flickering elements during transition in Chrome is to set up CSS for parent node:

-webkit-backface-visibility: hidden;

Leave a Comment