functions.json 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593
  1. {
  2. "anchor()": {
  3. "syntax": "anchor( <anchor-name>? && <anchor-side>, <length-percentage>? )",
  4. "groups": [
  5. "CSS Positioning"
  6. ],
  7. "status": "experimental",
  8. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/anchor"
  9. },
  10. "anchor-size()": {
  11. "syntax": "anchor-size( [ <anchor-name> || <anchor-size> ]? , <length-percentage>? )",
  12. "groups": [
  13. "CSS Positioning"
  14. ],
  15. "status": "experimental",
  16. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/anchor-size"
  17. },
  18. "attr()": {
  19. "syntax": "attr( <attr-name> <type-or-unit>? [, <attr-fallback> ]? )",
  20. "groups": [
  21. "CSS Generated Content"
  22. ],
  23. "status": "standard",
  24. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/attr"
  25. },
  26. "blur()": {
  27. "syntax": "blur( <length> )",
  28. "groups": [
  29. "Filter Effects"
  30. ],
  31. "status": "standard",
  32. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/filter-function/blur"
  33. },
  34. "brightness()": {
  35. "syntax": "brightness( <number-percentage> )",
  36. "groups": [
  37. "Filter Effects"
  38. ],
  39. "status": "standard",
  40. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/filter-function/brightness"
  41. },
  42. "calc()": {
  43. "syntax": "calc( <calc-sum> )",
  44. "groups": [
  45. "CSS Units",
  46. "CSS Lengths"
  47. ],
  48. "status": "standard",
  49. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/calc"
  50. },
  51. "circle()": {
  52. "syntax": "circle( [ <shape-radius> ]? [ at <position> ]? )",
  53. "groups": [
  54. "CSS Shapes"
  55. ],
  56. "status": "standard",
  57. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/basic-shape/circle"
  58. },
  59. "clamp()": {
  60. "syntax": "clamp( <calc-sum>#{3} )",
  61. "groups": [
  62. "CSS Fonts"
  63. ],
  64. "status": "standard",
  65. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/clamp"
  66. },
  67. "conic-gradient()": {
  68. "syntax": "conic-gradient( [ from <angle> ]? [ at <position> ]?, <angular-color-stop-list> )",
  69. "groups": [
  70. "CSS Backgrounds and Borders",
  71. "CSS Color"
  72. ],
  73. "status": "standard",
  74. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/gradient/conic-gradient"
  75. },
  76. "contrast()": {
  77. "syntax": "contrast( [ <number-percentage> ] )",
  78. "groups": [
  79. "Filter Effects",
  80. "CSS Color"
  81. ],
  82. "status": "standard",
  83. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/filter-function/contrast"
  84. },
  85. "counter()": {
  86. "syntax": "counter( <custom-ident>, <counter-style>? )",
  87. "groups": [
  88. "CSS Lists and Counters"
  89. ],
  90. "status": "standard",
  91. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/counter"
  92. },
  93. "counters()": {
  94. "syntax": "counters( <custom-ident>, <string>, <counter-style>? )",
  95. "groups": [
  96. "CSS Lists and Counters"
  97. ],
  98. "status": "standard",
  99. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/counters"
  100. },
  101. "cross-fade()": {
  102. "syntax": "cross-fade( <cf-mixing-image> , <cf-final-image>? )",
  103. "groups": [
  104. "Filter Effects",
  105. "CSS Color"
  106. ],
  107. "status": "standard",
  108. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/cross-fade"
  109. },
  110. "drop-shadow()": {
  111. "syntax": "drop-shadow( <length>{2,3} <color>? )",
  112. "groups": [
  113. "Filter Effects",
  114. "CSS Color"
  115. ],
  116. "status": "standard",
  117. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/filter-function/drop-shadow"
  118. },
  119. "element()": {
  120. "syntax": "element( <id-selector> )",
  121. "groups": [
  122. "CSS Miscellaneous"
  123. ],
  124. "status": "standard",
  125. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/element"
  126. },
  127. "ellipse()": {
  128. "syntax": "ellipse( [ <shape-radius>{2} ]? [ at <position> ]? )",
  129. "groups": [
  130. "CSS Shapes"
  131. ],
  132. "status": "standard",
  133. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/basic-shape/ellipse"
  134. },
  135. "env()": {
  136. "syntax": "env( <custom-ident> , <declaration-value>? )",
  137. "groups": [
  138. "CSS Box Model"
  139. ],
  140. "status": "standard",
  141. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/env"
  142. },
  143. "fit-content()": {
  144. "syntax": "fit-content( [ <length> | <percentage> ] )",
  145. "groups": [
  146. "CSS Box Model"
  147. ],
  148. "status": "standard",
  149. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/fit-content"
  150. },
  151. "grayscale()": {
  152. "syntax": "grayscale( <number-percentage> )",
  153. "groups": [
  154. "Filter Effects",
  155. "CSS Color"
  156. ],
  157. "status": "standard",
  158. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/filter-function/grayscale"
  159. },
  160. "hsl()": {
  161. "syntax": "hsl( <hue> <percentage> <percentage> [ / <alpha-value> ]? ) | hsl( <hue>, <percentage>, <percentage>, <alpha-value>? )",
  162. "groups": [
  163. "CSS Color"
  164. ],
  165. "status": "standard",
  166. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/color_value/hsl"
  167. },
  168. "hsla()": {
  169. "syntax": "hsla( <hue> <percentage> <percentage> [ / <alpha-value> ]? ) | hsla( <hue>, <percentage>, <percentage>, <alpha-value>? )",
  170. "groups": [
  171. "CSS Color"
  172. ],
  173. "status": "nonstandard",
  174. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/color_value/hsla"
  175. },
  176. "hue-rotate()": {
  177. "syntax": "hue-rotate( <angle> )",
  178. "groups": [
  179. "Filter Effects",
  180. "CSS Color"
  181. ],
  182. "status": "standard",
  183. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/filter-function/hue-rotate"
  184. },
  185. "image()": {
  186. "syntax": "image( <image-tags>? [ <image-src>? , <color>? ]! )",
  187. "groups": [
  188. "CSS Images"
  189. ],
  190. "status": "standard",
  191. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/image/image"
  192. },
  193. "image-set()": {
  194. "syntax": "image-set( <image-set-option># )",
  195. "groups": [
  196. "CSS Images"
  197. ],
  198. "status": "standard",
  199. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/image/image-set"
  200. },
  201. "inset()": {
  202. "syntax": "inset( <length-percentage>{1,4} [ round <'border-radius'> ]? )",
  203. "groups": [
  204. "CSS Shapes"
  205. ],
  206. "status": "standard",
  207. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/basic-shape/inset"
  208. },
  209. "invert()": {
  210. "syntax": "invert( <number-percentage> )",
  211. "groups": [
  212. "Filter Effects",
  213. "CSS Color"
  214. ],
  215. "status": "standard",
  216. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/filter-function/invert"
  217. },
  218. "leader()": {
  219. "syntax": "leader( <leader-type> )",
  220. "groups": [
  221. "CSS Miscellaneous"
  222. ],
  223. "status": "nonstandard"
  224. },
  225. "linear-gradient()": {
  226. "syntax": "linear-gradient( [ <angle> | to <side-or-corner> ]? , <color-stop-list> )",
  227. "groups": [
  228. "CSS Backgrounds and Borders",
  229. "CSS Color"
  230. ],
  231. "status": "standard",
  232. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/gradient/linear-gradient"
  233. },
  234. "matrix()": {
  235. "syntax": "matrix( <number>#{6} )",
  236. "groups": [
  237. "CSS Transforms"
  238. ],
  239. "status": "standard",
  240. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/transform-function/matrix"
  241. },
  242. "matrix3d()": {
  243. "syntax": "matrix3d( <number>#{16} )",
  244. "groups": [
  245. "CSS Transforms"
  246. ],
  247. "status": "standard",
  248. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/transform-function/matrix3d"
  249. },
  250. "max()": {
  251. "syntax": "max( <calc-sum># )",
  252. "groups": [
  253. "CSS Units",
  254. "CSS Lengths"
  255. ],
  256. "status": "standard",
  257. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/max"
  258. },
  259. "min()": {
  260. "syntax": "min( <calc-sum># )",
  261. "groups": [
  262. "CSS Units",
  263. "CSS Lengths"
  264. ],
  265. "status": "standard",
  266. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/min"
  267. },
  268. "minmax()": {
  269. "syntax": "minmax( [ <length> | <percentage> | min-content | max-content | auto ] , [ <length> | <percentage> | <flex> | min-content | max-content | auto ] )",
  270. "groups": [
  271. "CSS Units",
  272. "CSS Lengths"
  273. ],
  274. "status": "standard",
  275. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/minmax"
  276. },
  277. "oklab()": {
  278. "syntax": "oklab( [ <percentage> | <number> | none] [ <percentage> | <number> | none] [ <percentage> | <number> | none] [ / [<alpha-value> | none] ]? )",
  279. "groups": [
  280. "CSS Color"
  281. ],
  282. "status": "standard",
  283. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/color_value/oklab"
  284. },
  285. "oklch()": {
  286. "syntax": "oklch( [ <percentage> | <number> | none] [ <percentage> | <number> | none] [ <hue> | none] [ / [<alpha-value> | none] ]? )",
  287. "groups": [
  288. "CSS Color"
  289. ],
  290. "status": "standard",
  291. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/color_value/oklch"
  292. },
  293. "opacity()": {
  294. "syntax": "opacity( [ <number-percentage> ] )",
  295. "groups": [
  296. "Filter Effects",
  297. "CSS Color"
  298. ],
  299. "status": "standard",
  300. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/filter-function/opacity"
  301. },
  302. "path()": {
  303. "syntax": "path( [ <fill-rule>, ]? <string> )",
  304. "groups": [
  305. "CSS Shapes",
  306. "CSS Motion Path"
  307. ],
  308. "status": "standard",
  309. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/basic-shape/path"
  310. },
  311. "paint()": {
  312. "syntax": "paint( <ident>, <declaration-value>? )",
  313. "groups": [
  314. "CSS Backgrounds and Borders"
  315. ],
  316. "status": "standard",
  317. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/image/paint"
  318. },
  319. "perspective()": {
  320. "syntax": "perspective( <length> )",
  321. "groups": [
  322. "CSS Transforms"
  323. ],
  324. "status": "standard",
  325. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/transform-function/perspective"
  326. },
  327. "polygon()": {
  328. "syntax": "polygon( <fill-rule>? , [ <length-percentage> <length-percentage> ]# )",
  329. "groups": [
  330. "CSS Shapes"
  331. ],
  332. "status": "standard",
  333. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/basic-shape/polygon"
  334. },
  335. "radial-gradient()": {
  336. "syntax": "radial-gradient( [ <ending-shape> || <size> ]? [ at <position> ]? , <color-stop-list> )",
  337. "groups": [
  338. "CSS Backgrounds and Borders",
  339. "CSS Color"
  340. ],
  341. "status": "standard",
  342. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/gradient/radial-gradient"
  343. },
  344. "ray()": {
  345. "syntax": "ray( <angle> && <ray-size>? && contain? && [at <position>]? )",
  346. "groups": [
  347. "CSS Motion Path"
  348. ],
  349. "status": "standard",
  350. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/ray"
  351. },
  352. "repeating-linear-gradient()": {
  353. "syntax": "repeating-linear-gradient( [ <angle> | to <side-or-corner> ]? , <color-stop-list> )",
  354. "groups": [
  355. "CSS Backgrounds and Borders",
  356. "CSS Color"
  357. ],
  358. "status": "standard",
  359. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/repeating-linear-gradient"
  360. },
  361. "repeating-radial-gradient()": {
  362. "syntax": "repeating-radial-gradient( [ <ending-shape> || <size> ]? [ at <position> ]? , <color-stop-list> )",
  363. "groups": [
  364. "CSS Backgrounds and Borders",
  365. "CSS Color"
  366. ],
  367. "status": "standard",
  368. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/gradient/repeating-linear-gradient"
  369. },
  370. "rgb()": {
  371. "syntax": "rgb( <percentage>{3} [ / <alpha-value> ]? ) | rgb( <number>{3} [ / <alpha-value> ]? ) | rgb( <percentage>#{3} , <alpha-value>? ) | rgb( <number>#{3} , <alpha-value>? )",
  372. "groups": [
  373. "CSS Color"
  374. ],
  375. "status": "standard",
  376. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/color_value/rgb"
  377. },
  378. "rgba()": {
  379. "syntax": "rgba( <percentage>{3} [ / <alpha-value> ]? ) | rgba( <number>{3} [ / <alpha-value> ]? ) | rgba( <percentage>#{3} , <alpha-value>? ) | rgba( <number>#{3} , <alpha-value>? )",
  380. "groups": [
  381. "CSS Color"
  382. ],
  383. "status": "nonstandard",
  384. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/color_value/rgba"
  385. },
  386. "rotate()": {
  387. "syntax": "rotate( [ <angle> | <zero> ] )",
  388. "groups": [
  389. "CSS Transforms"
  390. ],
  391. "status": "standard",
  392. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/transform-function/rotate"
  393. },
  394. "rotate3d()": {
  395. "syntax": "rotate3d( <number> , <number> , <number> , [ <angle> | <zero> ] )",
  396. "groups": [
  397. "CSS Transforms"
  398. ],
  399. "status": "standard",
  400. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/transform-function/rotate3d"
  401. },
  402. "rotateX()": {
  403. "syntax": "rotateX( [ <angle> | <zero> ] )",
  404. "groups": [
  405. "CSS Transforms"
  406. ],
  407. "status": "standard",
  408. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/transform-function/rotateX"
  409. },
  410. "rotateY()": {
  411. "syntax": "rotateY( [ <angle> | <zero> ] )",
  412. "groups": [
  413. "CSS Transforms"
  414. ],
  415. "status": "standard",
  416. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/transform-function/rotateY"
  417. },
  418. "rotateZ()": {
  419. "syntax": "rotateZ( [ <angle> | <zero> ] )",
  420. "groups": [
  421. "CSS Transforms"
  422. ],
  423. "status": "standard",
  424. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/transform-function/rotateZ"
  425. },
  426. "saturate()": {
  427. "syntax": "saturate( <number-percentage> )",
  428. "groups": [
  429. "Filter Effects",
  430. "CSS Color"
  431. ],
  432. "status": "standard",
  433. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/filter-function/saturate"
  434. },
  435. "scale()": {
  436. "syntax": "scale( <number> , <number>? )",
  437. "groups": [
  438. "CSS Transforms"
  439. ],
  440. "status": "standard",
  441. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/transform-function/scale"
  442. },
  443. "scale3d()": {
  444. "syntax": "scale3d( <number> , <number> , <number> )",
  445. "groups": [
  446. "CSS Transforms"
  447. ],
  448. "status": "standard",
  449. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/transform-function/scale3d"
  450. },
  451. "scaleX()": {
  452. "syntax": "scaleX( <number> )",
  453. "groups": [
  454. "CSS Transforms"
  455. ],
  456. "status": "standard",
  457. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/transform-function/scaleX"
  458. },
  459. "scaleY()": {
  460. "syntax": "scaleY( <number> )",
  461. "groups": [
  462. "CSS Transforms"
  463. ],
  464. "status": "standard",
  465. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/transform-function/scaleY"
  466. },
  467. "scaleZ()": {
  468. "syntax": "scaleZ( <number> )",
  469. "groups": [
  470. "CSS Transforms"
  471. ],
  472. "status": "standard",
  473. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/transform-function/scaleZ"
  474. },
  475. "scroll()": {
  476. "syntax": "scroll([<axis> || <scroller>]?)",
  477. "groups": [
  478. "CSS Animations"
  479. ],
  480. "status": "experimental",
  481. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/animation-timeline/scroll"
  482. },
  483. "skew()": {
  484. "syntax": "skew( [ <angle> | <zero> ] , [ <angle> | <zero> ]? )",
  485. "groups": [
  486. "CSS Transforms"
  487. ],
  488. "status": "standard",
  489. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/transform-function/skew"
  490. },
  491. "skewX()": {
  492. "syntax": "skewX( [ <angle> | <zero> ] )",
  493. "groups": [
  494. "CSS Transforms"
  495. ],
  496. "status": "standard",
  497. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/transform-function/skewX"
  498. },
  499. "skewY()": {
  500. "syntax": "skewY( [ <angle> | <zero> ] )",
  501. "groups": [
  502. "CSS Transforms"
  503. ],
  504. "status": "standard",
  505. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/transform-function/skewY"
  506. },
  507. "sepia()": {
  508. "syntax": "sepia( <number-percentage> )",
  509. "groups": [
  510. "Filter Effects",
  511. "CSS Color"
  512. ],
  513. "status": "standard",
  514. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/filter-function/sepia"
  515. },
  516. "target-counter()": {
  517. "syntax": "target-counter( [ <string> | <url> ] , <custom-ident> , <counter-style>? )",
  518. "groups": [
  519. "CSS Lists and Counters"
  520. ],
  521. "status": "nonstandard"
  522. },
  523. "target-counters()": {
  524. "syntax": "target-counters( [ <string> | <url> ] , <custom-ident> , <string> , <counter-style>? )",
  525. "groups": [
  526. "CSS Lists and Counters"
  527. ],
  528. "status": "nonstandard"
  529. },
  530. "target-text()": {
  531. "syntax": "target-text( [ <string> | <url> ] , [ content | before | after | first-letter ]? )",
  532. "groups": [
  533. "CSS Miscellaneous"
  534. ],
  535. "status": "nonstandard"
  536. },
  537. "translate()": {
  538. "syntax": "translate( <length-percentage> , <length-percentage>? )",
  539. "groups": [
  540. "CSS Transforms"
  541. ],
  542. "status": "standard",
  543. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/transform-function/translate"
  544. },
  545. "translate3d()": {
  546. "syntax": "translate3d( <length-percentage> , <length-percentage> , <length> )",
  547. "groups": [
  548. "CSS Transforms"
  549. ],
  550. "status": "standard",
  551. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/transform-function/translate3d"
  552. },
  553. "translateX()": {
  554. "syntax": "translateX( <length-percentage> )",
  555. "groups": [
  556. "CSS Transforms"
  557. ],
  558. "status": "standard",
  559. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/transform-function/translateX"
  560. },
  561. "translateY()": {
  562. "syntax": "translateY( <length-percentage> )",
  563. "groups": [
  564. "CSS Transforms"
  565. ],
  566. "status": "standard",
  567. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/transform-function/translateY"
  568. },
  569. "translateZ()": {
  570. "syntax": "translateZ( <length> )",
  571. "groups": [
  572. "CSS Transforms"
  573. ],
  574. "status": "standard",
  575. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/transform-function/translateZ"
  576. },
  577. "var()": {
  578. "syntax": "var( <custom-property-name> , <declaration-value>? )",
  579. "groups": [
  580. "CSS Miscellaneous"
  581. ],
  582. "status": "standard",
  583. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/var"
  584. },
  585. "view()": {
  586. "syntax": "view([<axis> || <'view-timeline-inset'>]?)",
  587. "groups": [
  588. "CSS Animations"
  589. ],
  590. "status": "experimental",
  591. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/animation-timeline/view"
  592. }
  593. }