@obliczeniowo/elementary
Version:
Library made in Angular version 19
19 lines (18 loc) • 806 B
TypeScript
import { ElementRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class ScrollAnimationComponent {
private readonly root;
protected options: {
root: null;
rootMargin: string;
threshold: number[];
};
animations: import("@angular/core").InputSignal<string[]>;
container: ElementRef<HTMLDivElement>;
protected observer: IntersectionObserver;
constructor(root: ElementRef);
ngAfterViewInit(): void;
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<ScrollAnimationComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ScrollAnimationComponent, "obl-scroll-animation", never, { "animations": { "alias": "animations"; "required": false; "isSignal": true; }; }, {}, never, ["*"], false, never>;
}