This very simple code applies a WebKitTransform rotate() to some elements in a transition.
This works in Chrome, Firefox, Opera, IE9, Safari 5.0 and Safari 6.0
However in Safari 5.1 and ONLY in Safari 5.1, it's broken. It only transitions the very first card.
Using JavaScript instead of CSS do to the transitioning/animation results in the same problem: http://jsfiddle.net/rGdjz/12/