CSS 3
Any help on when/whether different CSS 3 elements are supported in Lithium would be much appreciated. I am trying to do some animation and haven't been able to get it to work:
<div id="Stage_Rectangle" class="Stage_Rectangle_id" style="position: absolute; margin: 0px; left: 0px; top: 0px; width: 130px; height: 96px; right: auto; bottom: auto; -webkit-transform-origin: 50% 50%; -webkit-transform: translate(19px, 19px) translateZ(0px) rotate(0deg) scale(1, 1); border: 0px none rgb(0, 0, 0); background-color: rgb(192, 192, 192); -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-transform-style: preserve-3d;"></div>
I am wondering if it just because it isn't supported in Lithium, or if it is maybe not supported in a message post?
Thanks,
Jonathan