I recently tried to add styles with "-webkit-animation" and 
"@-webkit-keyframes" definitions to the page after it has been loaded.

The call was something like:

        $("style#animation-styles").text("#element { -webkit-animation-name: 
ani-1; ... }");

Unfortunately, nothing happened.

Must (keyframe) animations be defined in the CSS when the page is being loaded 
- or can you add them dynamically afterwards?

Best regards,


Reiner
_______________________________________________
webkit-help mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-help

Reply via email to