Qatrix
Qatrix copied to clipboard
Animation of non-numeric properties
Hi,
How do I animate a non-numeric property (like border-color)?
I tried to animate the border color on this
<div id="test1" style="position:absolute;left:0px;background:#f00;opacity:0">test</div>
with
{"left":300,"padding":10,"border-width":50,"border-color":"#ff0000"}
The position/padding/border-width work fine, but the border color doesn't.
Qatrix do not support color transition for IEs in current.