Doc on animate scroll

This commit is contained in:
Cagatay Civici 2023-10-25 07:01:16 +03:00
parent 1b120c9e1a
commit 314856a4e3
5 changed files with 38 additions and 64 deletions

View file

@ -51,7 +51,7 @@ export interface AnimateOnScrollDirectivePassThroughOptions {
*/
export interface AnimateOnScrollDirectiveModifiers {
/**
* Whether the animation will be repeated
* Whether the scroll event listener should be removed after initial run.
* @defaultValue true
*/
once?: boolean | undefined;