We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc1e9d1 commit f7372f3Copy full SHA for f7372f3
1 file changed
css3-animations/Overview.src.html
@@ -248,7 +248,11 @@ <h2 id="keyframes">
248
using the computed values of the properties being animated.
249
If a ''100%'' or ''to'' keyframe is not specified,
250
then the user agent constructs a ''100%'' keyframe
251
- using the computed values of the properties being animated.
+ using the computed values of the properties being animated.
252
+ If a keyframe selector specifies
253
+ negative percentage values or
254
+ values higher than 100%,
255
+ then the keyframe will be ignored.
256
257
<p>
258
The <dfn>keyframe declaration block</dfn> for a keyframe rule
0 commit comments