You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-animations-1/Overview.bs
+2-18
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,3 @@
1
-
<style type="text/css">
2
-
table.event-handlers {
3
-
border-collapse: collapse;
4
-
}
5
-
table.event-handlers th,
6
-
table.event-handlers td {
7
-
padding: 0.2em 1em;
8
-
}
9
-
table.event-handlers td {
10
-
border: 1px solid black;
11
-
}
12
-
</style>
13
-
14
1
<pre class='metadata'>
15
2
Title: CSS Animations Level 1
16
3
Status: WD
@@ -39,7 +26,7 @@ Former Editor: Sylvain Galineau, Adobe, galineau@adobe.com
39
26
40
27
Abstract: This CSS module describes a way for authors to animate the values of CSS properties over time, using keyframes. The behavior of these keyframe animations can be controlled by specifying their duration, number of repeats, and repeating behavior.
41
28
42
-
Link Defaults: css-values-3 (type) <time>, cssom-1 (interface) cssstyledeclaration, dom-core-ls (interface) event, webidl (type) SyntaxError, css-position-3 (property) left
0 commit comments