UNPKG

ngx-parallax-scroll

Version:

This is a simple angular plugin, that allows us to implement parallax effect for some element in page

8 lines (7 loc) 253 B
import { OnInit } from '@angular/core'; import { IParallaxScrollConfig } from './ngx-parallax.interfaces'; export declare class NgxParallaxScrollComponent implements OnInit { config: IParallaxScrollConfig; constructor(); ngOnInit(): void; }