- From: Glen Huang <curvedmark@gmail.com>
- Date: Tue, 17 Mar 2015 15:38:08 +0800
- To: public-fx@w3.org
Received on Tuesday, 17 March 2015 07:38:49 UTC
I wrote a polyfill for the spec. Implemented AnimationTimeline, Animation, KeyframeEffect (only its AnimationEffectpart) according to the spec algorithms. All other code borrowed from web-animations-next. The main difference with web-animations-next is that it implements the new APIs, and animation timing is live. https://github.com/hgl/animatable <https://github.com/hgl/animatable> The only part missing is the pending task rescheduling, as I don’t quite understand what it means and asked in a previous mail. Would like to be enlightened. Thanks.
Received on Tuesday, 17 March 2015 07:38:49 UTC