|
10 | 10 | "animation-iteration-count": {"values": ["infinite"]}, |
11 | 11 | "animation-name": {"values": ["none"]}, |
12 | 12 | "animation-play-state": {"values": ["paused", "running"]}, |
13 | | - "animation-timing-function": {"values": ["cubic-bezier(.42, 0, .58, 1)", "ease", "ease-in", "ease-in-out", "ease-out", "linear", "step-end", "step-start", "steps()"]}, |
| 13 | + "animation-timing-function": {"values": ["cubic-bezier()", "ease", "ease-in", "ease-in-out", "ease-out", "linear", "step-end", "step-start", "steps()"]}, |
14 | 14 | "backface-visibility": {"values": ["hidden", "visible"]}, |
15 | 15 | "background": {"values": []}, |
16 | 16 | "background-attachment": {"values": ["fixed", "local", "scroll", "inherit"]}, |
|
38 | 38 | "border-image-slice": {"values": []}, |
39 | 39 | "border-image-source": {"values": []}, |
40 | 40 | "border-image-repeat": {"values": ["repeat", "round", "space", "stretch"]}, |
41 | | - "border-image-width": {"values": ["auto"]}, |
| 41 | + "border-image-width": {"values": ["auto"]}, |
42 | 42 | "border-left": {"values": []}, |
43 | 43 | "border-left-color": {"values": ["inherit"], "type": "color"}, |
44 | 44 | "border-left-style": {"values": ["dashed", "dotted", "double", "groove", "hidden", "inset", "none", "outset", "ridge", "solid", "inherit"]}, |
|
196 | 196 | "transition-delay": {"values": []}, |
197 | 197 | "transition-duration": {"values": []}, |
198 | 198 | "transition-property": {"values": ["all", "none"]}, |
199 | | - "transition-timing-function": {"values": ["cubic-bezier(.42, 0, .58, 1)", "ease", "ease-in", "ease-in-out", "ease-out", "linear", "step-end", "step-start", "steps()"]}, |
| 199 | + "transition-timing-function": {"values": ["cubic-bezier()", "ease", "ease-in", "ease-in-out", "ease-out", "linear", "step-end", "step-start", "steps()"]}, |
200 | 200 | "unicode-bidi": {"values": ["bidi-override", "embed", "normal", "inherit"]}, |
201 | 201 | "unicode-range": {"values": []}, |
202 | 202 | "vertical-align": {"values": ["baseline", "bottom", "middle", "sub", "super", "text-bottom", "text-top", "top", "inherit"]}, |
|
209 | 209 | "word-wrap": {"values": ["break-word", "normal"]}, |
210 | 210 | "z-index": {"values": ["auto", "inherit"]} |
211 | 211 | } |
212 | | - |
0 commit comments