- From: Сергей Грехов <sgrekhov@unipro.ru>
- Date: Fri, 6 Mar 2015 12:54:30 +0600
- To: public-fx@w3.org
- Cc: dom@unipro.ru
Hi All, AnimationTiming interface definition is the following (https://w3c.github.io/web-animations/#the-animationtiming-interface): The AnimationTiming interface is a mutable subclass of AnimationTimingReadonly returned for the timing attribute of a mutable animation node such as Animation. But Animation interface doesn't contain any mutable timing properties. It has only readonly attribute AnimationTimingReadonly timing; inherited from AnimationNodeReadonly. Mutable override should be added -- Thank you, Sergey G. Grekhov
Received on Friday, 6 March 2015 06:57:42 UTC