css3-animations/Overview.src.html

changeset 7176
5c2fe7da2fe7
parent 7141
f06f034ec00d
child 7177
ec77e31091f6
     1.1 --- a/css3-animations/Overview.src.html	Fri Jan 11 16:51:55 2013 +0100
     1.2 +++ b/css3-animations/Overview.src.html	Fri Jan 11 12:52:21 2013 -0800
     1.3 @@ -268,10 +268,6 @@
     1.4  		then the keyframe will be ignored.
     1.5  
     1.6  	<p>
     1.7 -		At least one valid keyframe rule must be specified in order for the animation
     1.8 -		to run. This requirement does not include rules constructed by the user agent.
     1.9 -	
    1.10 -	<p>
    1.11  		The <dfn>keyframe declaration block</dfn> for a keyframe rule 
    1.12  		consists of properties and values. 
    1.13  		Properties that are unable to be animated are ignored in these rules, 
    1.14 @@ -1040,6 +1036,11 @@
    1.15  		each 'animation-name' specifies a single animation. 
    1.16  		Therefore an event will be generated for each 'animation-name' value 
    1.17  		and not necessarily for each property being animated.
    1.18 +
    1.19 +	<p>
    1.20 +		Any animation for which both a valid keyframe rule and a non-zero duration are 
    1.21 +		defined will run and generate events; this includes animations with empty 
    1.22 +		keyframe rules. 
    1.23  			
    1.24  	<p>
    1.25  		The time the animation has been running is sent with each event generated. 

mercurial