Update index.json

pull/4704/head
tugcekucukoglu 2023-10-26 12:04:20 +03:00
parent 9190421820
commit 657446007e
1 changed files with 3 additions and 3 deletions

View File

@ -882,7 +882,7 @@
"readonly": false,
"type": "null | Element | Document",
"default": "",
"description": "Specifies the `root` option of the IntersectionObserver API\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/IntersectionObserver/root)"
"description": "Specifies the `root` option of the IntersectionObserver API\n <a target=\"_blank\" href=\"https://developer.mozilla.org/docs/Web/API/IntersectionObserver/root\">MDN Reference</a> "
},
{
"name": "rootMargin",
@ -890,7 +890,7 @@
"readonly": false,
"type": "string",
"default": "",
"description": "Specifies the `rootMargin` option of the IntersectionObserver API\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/IntersectionObserver/rootMargin)"
"description": "Specifies the `rootMargin` option of the IntersectionObserver API\n <a target=\"_blank\" href=\"https://developer.mozilla.org/docs/Web/API/IntersectionObserver/rootMargin\">MDN Reference</a> "
},
{
"name": "threshold",
@ -898,7 +898,7 @@
"readonly": false,
"type": "readonly number[]",
"default": "",
"description": "Specifies the `threshold` option of the IntersectionObserver API\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/IntersectionObserver/thresholds)"
"description": "Specifies the `threshold` option of the IntersectionObserver API\n <a target=\"_blank\" href=\"https://developer.mozilla.org/docs/Web/API/IntersectionObserver/thresholds\">MDN Reference</a> "
},
{
"name": "animateOnLoad",