Re: Ordering in 'animation' shorthands

On 1/22/14 6:46 PM, Tab Atkins Jr. wrote:
> I haven't tested any other browser

What Gecko does is summarized by this comment, I think:

     // Must check 'animation-name' after 'animation-timing-function',
     // 'animation-direction', 'animation-fill-mode',
     // 'animation-iteration-count', and 'animation-play-state' since
     // 'animation-name' accepts any keyword.

-Boris

Received on Thursday, 23 January 2014 01:46:58 UTC