UNPKG

ng2-parallaxscroll

Version:

A parallax directive for Angular 2+, now with Universal support!

23 lines (22 loc) 602 B
import { ElementRef, OnInit } from '@angular/core'; export declare class ParallaxScrollDirective implements OnInit { private platformId; private config; private axis; private speed; private initialValue; private maxValue; private minValue; private cssUnit; private scrollerId; private parallaxElement; private parallaxPivot; private cssProperty; private scrollElement; private hostElement; private backupElement; private testBrowser; constructor(element: ElementRef, platformId: Object); ngOnInit(): void; private onScroll; }