web-anim-js icon indicating copy to clipboard operation
web-anim-js copied to clipboard

Animatable proprieties

Open mirceapiturca opened this issue 11 years ago • 2 comments

Hi, I am trying to create a simple background-color animation:

new Animation(document.querySelector(".doorSpacer"), { 'background-color': [ 'rgb(0,0,0)', 'rgb(255,255,255)' ] }, 2);

and it does not work.

Looked trough the web-anmation.js and noticed that only few props like transforms are supported. Will this be the case on the actual browser implementation or just the case for this shim?

Thank you.

Edit. I think that I should of posted this to https://github.com/web-animations/web-animations-js

mirceapiturca avatar Dec 08 '12 15:12 mirceapiturca