MCPcopy
hub / github.com/formkit/auto-animate / constructor

Method constructor

src/angular/index.ts:18–22  ·  view source on GitHub ↗
(el: ElementRef)

Source from the content-addressed store, hash-verified

16 readonly options = input<Partial<AutoAnimateOptions>>({});
17
18 constructor(el: ElementRef) {
19 effect(() => {
20 autoAnimate(el.nativeElement, this.options());
21 });
22 }
23}

Callers

nothing calls this directly

Calls 1

autoAnimateFunction · 0.85

Tested by

no test coverage detected