ngx-free-fullpage
Version:
ngx-free-fullpage is a free-for-profit angular library that gives you all the tools you need to implement a fullpage scroll effect. This library hasn't been developed in order to substitute the current ngx-fullpage, this library is an alternative for thos
11 lines (10 loc) • 375 B
TypeScript
import { ElementRef } from '@angular/core';
import { NgxFullpageService } from '../ngx-fullpage.service';
export declare class NgxFullpageWrapperDirective {
private element;
private justFullpageService;
section: number;
delta: number;
constructor(element: ElementRef, justFullpageService: NgxFullpageService);
wheelHandler(event: WheelEvent): void;
}