Re: [web-animations] Updating the finish promise in a separate task

2015-06-30 Thread Brian Birtles
On 2015/06/30 13:21, Brian Birtles wrote: Hi, I'm currently speccing finish/cancel events for animations and I think it makes sense to dispatch finish events and also update the finished promise in a separate task. I was thinking of applying similar handling to the cancel event including the

[web-animations] Updating the finish promise in a separate task

2015-06-29 Thread Brian Birtles
Hi, I'm currently speccing finish/cancel events for animations and I think it makes sense to dispatch finish events and also update the finished promise in a separate task. The would mean that something like: var anim = elem.animate({...}, 3000); anim.currentTime = 5000;