Skip to content

Commit

Permalink
Update API doc
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Oct 26, 2023
1 parent 886e34f commit e93d053
Showing 1 changed file with 5 additions and 29 deletions.
34 changes: 5 additions & 29 deletions doc/common/apidoc/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -866,63 +866,39 @@
"readonly": false,
"type": "string",
"default": "",
"description": "AnimateOnScroll scroll to add when item begins to get displayed."
"description": "Style class to add when item goes into viewport, use white space as a delimeter to define multiple classes."
},
{
"name": "leaveClass",
"optional": true,
"readonly": false,
"type": "string",
"default": "",
"description": "AnimateOnScroll scroll to add when item begins to get hidden."
"description": "Style class to add when item leaves the viewport, use white space as a delimeter to define multiple classes."
},
{
"name": "root",
"optional": true,
"readonly": false,
"type": "null | Element | Document",
"default": "",
"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> "
"description": "Specifies the `root` option of the IntersectionObserver API"
},
{
"name": "rootMargin",
"optional": true,
"readonly": false,
"type": "string",
"default": "",
"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> "
"description": "Specifies the `rootMargin` option of the IntersectionObserver API"
},
{
"name": "threshold",
"optional": true,
"readonly": false,
"type": "readonly number[]",
"default": "",
"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",
"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,
"readonly": false,
"type": "PassThrough<AnimateOnScrollDirectivePassThroughOptions>",
"default": "",
"description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "ptOptions",
"optional": true,
"readonly": false,
"type": "PassThroughOptions",
"default": "",
"description": "Used to configure passthrough(pt) options of the component."
"description": "Specifies the `threshold` option of the IntersectionObserver API"
}
],
"methods": []
Expand Down

0 comments on commit e93d053

Please sign in to comment.