diff --git a/components/lib/animateonscroll/AnimateOnScroll.d.ts b/components/lib/animateonscroll/AnimateOnScroll.d.ts index 1592a66fd..e472b2312 100644 --- a/components/lib/animateonscroll/AnimateOnScroll.d.ts +++ b/components/lib/animateonscroll/AnimateOnScroll.d.ts @@ -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; diff --git a/doc/animateonscroll/BasicDoc.vue b/doc/animateonscroll/BasicDoc.vue index c3b8e5892..514bfb276 100644 --- a/doc/animateonscroll/BasicDoc.vue +++ b/doc/animateonscroll/BasicDoc.vue @@ -1,17 +1,21 @@