Hi working on a site design for a new site and the homepage has some flyup menus using CSS3 transitions.
If you go to --------- and take a look at the \"Some Menu t
First of all, I have to say that the menu looks slick. I could use that for a project. What WP theme are you using? It is awesome!
On a serious note, it seems as though the CSS animations are just causing a bug when Chrome renders them. I have two solutions for you (both of them would require some work):
1. Use animate.css to see if the prebuilt CSS animations are made better and are stable on Chrome. http://daneden.me/animate/
2. Animate the menu with jQuery, which would also be a stable solution.