Update API doc

pull/4704/head
GitHub Actions Bot 2023-10-26 00:55:39 +00:00
parent 249cfbd68f
commit 79de419ee7
1 changed files with 32 additions and 0 deletions

View File

@ -876,6 +876,38 @@
"default": "",
"description": "AnimateOnScroll scroll to add when item begins to get hidden."
},
{
"name": "root",
"optional": true,
"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)"
},
{
"name": "rootMargin",
"optional": true,
"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)"
},
{
"name": "threshold",
"optional": true,
"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)"
},
{
"name": "animateOnLoad",
"optional": true,
"readonly": false,
"type": "boolean",
"default": "",
"description": "Whether the `enterClass` animation will run if the target is in the viewport when the page is loaded."
},
{
"name": "pt",
"optional": true,