We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4281543 commit f241720Copy full SHA for f241720
1 file changed
css3-animations/Overview.src.html
@@ -251,11 +251,11 @@ <h2 id="keyframes">
251
using the computed values of the properties being animated.
252
253
<p>
254
- The <dfn>keyframe declaration</dfn> for a keyframe rule
+ The <dfn>keyframe declaration block</dfn> for a keyframe rule
255
consists of properties and values.
256
Properties that are unable to be animated are ignored in these rules,
257
with the exception of 'animation-timing-function',
258
- the behavior of which is described below.
+ the behavior of which is described below. In addition, keyframe rule declarations qualified with !important are ignored.
259
260
<p class="issue">
261
Need to describe what happens if a property is not present in all keyframes.
0 commit comments