[css-houdini-drafts] [css-animationworklet] Require sharing a single animator instance for stateless animators (#932)

flackr has just created a new issue for https://github.com/w3c/css-houdini-drafts:

== [css-animationworklet] Require sharing a single animator instance for stateless animators ==
Similar to issue #931, the [animator instance section](https://drafts.css-houdini.org/css-animationworklet/#animator-instance-section) should require that stateless animators have a single instance per global scope. This would not only be more efficient, but further prevent developers from accidentally storing and relying on state on the animator instance as it would be shared for all instances of that animation.

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

Received on Thursday, 15 August 2019 18:52:10 UTC