[web-animations] Do we need to store original timing values when they are invalid?

2015-11-25 Thread Brian Birtles
Hi, (CC'ing www-style since the may be some precedent from CSSOM we can apply here.) Web Animations currently says that if I do the following: var anim = elem.animate({ opacity: 0 }, { duration: 1000, iterations: -1 }); I'll see the following:

[web-animations] Fixing getAnimations()

2015-11-25 Thread Brian Birtles
Hi, Web Animations defines Animatable.getAnimations() (where Animatable is implemented by Element and a forthcoming PseudoElement interface) and I think we've agreed to add Document.getAnimations() as well.[1] I've found two problems with the first method which I'm going to call

Re: [web-animations] Fixing getAnimations()

2015-11-25 Thread Rachel Nabors
I concur these are issues. I like the way your thinking is going. [image: photo] *Rachel Nabors* Web Animation Engineer w:rachelnabors.com