UNPKG

@laubloch/scrolly-motion

Version:

Advanced scroll animation library with breakpoint support, timeline presets.

8 lines (7 loc) 251 B
export declare class ThemeManager { private themedElements; private body; registerElement(element: HTMLElement, theme: string): void; updateElementViewStatus(element: HTMLElement, inView: boolean): void; private updateBodyTheme; }