File tree 1 file changed +7
-22
lines changed
1 file changed +7
-22
lines changed Original file line number Diff line number Diff line change @@ -33,31 +33,16 @@ WPT Display: closed
33
33
!Tests : <a href="https://github.com/web-platform-tests/wpt/tree/master/css/css-easing">web-platform-tests css/css-easing</a>
34
34
</pre>
35
35
36
- <pre class=biblio>
37
- {
38
- "FUND-COMP-GRAPHICS": {
39
- "title": "Fundamentals of Computer Graphics",
40
- "authors": [
41
- "Peter Shirley",
42
- "Michael Ashikhmin",
43
- "Steve Marschner"
44
- ],
45
- "date": "2009",
46
- "publisher": "A K Peters Limited"
47
- }
48
- }
49
- </pre>
50
-
51
36
<style>
37
+ .easing-graph {
38
+ max-width: 400px;
39
+ width: 100%;
40
+ }
41
+ @media (prefers-color-scheme: dark) {
52
42
.easing-graph {
53
- max-width: 400px;
54
- width: 100%;
55
- }
56
- @media (prefers-color-scheme: dark) {
57
- .easing-graph {
58
- background: none;
59
- }
43
+ background: none;
60
44
}
45
+ }
61
46
</style>
62
47
63
48
Introduction {#introduction}
You can’t perform that action at this time.
0 commit comments