[csswg-drafts] [web-animations-1] suggestion: make Animation play method more convenient (add 'time' parameter)

birtles has just created a new issue for https://github.com/w3c/csswg-drafts:

== [web-animations-1] suggestion: make Animation play method more convenient (add 'time' parameter) ==
_From @forceuser on July 30, 2015 16:18_

Is it possible to add "time" parameter to Animation.prototype.play(time), it will set starting point of animation and will be shorhand for setting currentTime property.
Now it takes two steps:

```
animation.play();
animation.currentTime = 1200;
```


_Copied from original issue: w3c/web-animations#103_

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2051 using your GitHub account

Received on Tuesday, 5 December 2017 04:24:47 UTC