I asked this question previously, but I'm not sure if it was clear. I've done a ton of troubleshooting since to no avail. So I'm back w/ a play-by-play hoping for some help.

  1. Using JS, on doc ready, I remove the class that hides the image and add logoAnim which sets the object in motion.

2.The object should drop in with a simultaneous scaleY(2) effect- an oozing/drip effect.

You can see the correct effect in the JSFiddle link via Firefox/Moz, however it doesn't work in Chrome/Webkit. Looking at the Firebug code in FF, the '-moz-animation:2s ease 2s normal none 1 ooze' appears in the CSS of the '.logoAnim'- it doesn't appear in the webkit version in Chrome.

Am I missing something? Is structure/order of the css important in webkit?

http://jsfiddle.net/AfDwu/5/

link|improve this question

Possible duplicate of CSS Animation/Scale issue in Chrome/Webkit. You can edit your original question instead of creating a new one. – Wladimir Palant Oct 18 '11 at 17:37
Sorry- new here...so I should replace the entire question via edit? It's my duplicate...my apologies – AAAndreAAA Oct 18 '11 at 18:13
Ok- edited original question to reflect the edits here: stackoverflow.com/questions/7801084/… – AAAndreAAA Oct 18 '11 at 18:16
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.