Re: [css3-animations] OM for keyframes

Le 23/11/11 17:08, Daniel Glazman a écrit :
> Implementing an editor for animations, I discover an API on keyframes
> is missing. If we have |findRule()| to find the keyframe rule
> corresponding to a given key, there is no API to retrieve the list
> of keys defined by a keyframes at-rule... And that's something
> editing tools will all do.
>
> I would recommend adding such a list; something like
>
> readonly attribute DOMStringList keyList;
>
> added to CSSKeyframesRule. It would contain an ordered list of
> unique keys, from 'from' (or 0%) to 'to' (or 100%) in increasing %age
> order.
>
> Thoughts?

FWIW, I have some unoptimized JS code implementing this in Bluegriffon
(Gecko-based):

   http://pastebin.mozilla.org/1389407

</Daniel>

Received on Wednesday, 30 November 2011 17:10:26 UTC