[css3-animation] how does 'animation-duration: 0' interact with 'animation-fill-mode'?

http://dev.w3.org/csswg/css3-animations/#the-animation-duration-property-
says:
  # By default the value is ‘0’, meaning that the animation cycle is
  # immediate (i.e. there will be no animation).

If this is the case, does 'animation-fill-mode' still apply?  (If it
does, the spec should be clear on whether 'animation-delay' applies.
Presumably 'animation-iteration-count' doesn't, though.)

-David

-- 
L. David Baron                                 http://dbaron.org/
Mozilla Corporation                       http://www.mozilla.com/

Received on Friday, 1 April 2011 03:57:12 UTC