css3-animations/Overview.src.html

changeset 7140
f661fd2d5fbe
parent 7138
cd5d3bd0c3f4
child 7141
f06f034ec00d
     1.1 --- a/css3-animations/Overview.src.html	Mon Dec 17 16:10:48 2012 -0800
     1.2 +++ b/css3-animations/Overview.src.html	Mon Dec 17 17:58:23 2012 -0800
     1.3 @@ -219,6 +219,15 @@
     1.4  			(for a total of ten iterations).
     1.5  	</div>
     1.6  
     1.7 +	<p>
     1.8 +		Setting the display property to 'none' will terminate any running animation
     1.9 +		applied to the element and its descendants.
    1.10 +
    1.11 +		If an element has a display of 'none', updating display to a value other than 'none' 
    1.12 +		will start all animations applied to the element by the 'animation-name' property, 
    1.13 +		as well as all animations applied to descendants with display other than 'none'.
    1.14 +	</p>
    1.15 +
    1.16  <h2 id="keyframes">
    1.17  Keyframes</h2>
    1.18  	<p>

mercurial