Here is a fiddle for start: http://jsfiddle.net/kizu/A7QX9/
The problem: in Opera when you animate the transition for visibility property (usually along with the opacity) it's not animated properly: the visibility is changed always at the end of transition, so when the block is appearing it's not appearing smoothly.
So, the question: is there any CSS-only workaround for this Opera's bug?