mirceapiturca

Results 1 issues of mirceapiturca

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...