File tree 1 file changed +19
-0
lines changed
1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,23 @@ WPT Display: closed
44
44
}
45
45
}
46
46
</style>
47
+ <style>
48
+ /* Put nice boxes around each algorithm. */
49
+ [data-algorithm] :not(.heading) {
50
+ padding: .5em;
51
+ border: thin solid #ddd; border-radius: .5em;
52
+ margin: .5em calc(-0.5em - 1px);
53
+ }
54
+ [data-algorithm] :not(.heading) > :first-child {
55
+ margin-top: 0;
56
+ }
57
+ [data-algorithm] :not(.heading) > :last-child {
58
+ margin-bottom: 0;
59
+ }
60
+ [data-algorithm] [data-algorithm] {
61
+ margin: 1em 0;
62
+ }
63
+ </style>
47
64
48
65
Introduction {#introduction}
49
66
============================
@@ -245,6 +262,8 @@ A [=linear easing function=] has the following syntax:
245
262
<h4 id=linear-easing-function-serializing>
246
263
Serializing</h4>
247
264
265
+ The ''linear'' keyword is serialized as itself.
266
+
248
267
<div algorithm>
249
268
To <dfn export>serialize a linear() function</dfn> :
250
269
You can’t perform that action at this time.
0 commit comments