I am showing a modal popup using CSS3 transitions (largely borrowed from Effeckt.css). It works well in all modern browsers except Safari. In Safari, the movement is OK, but
In my case, adding z-index: 0 to the parent element fixed it as per Thomas's suggestion.
z-index: 0