rellax angulaire

//Install
$ npm i angular-rellax
//In your app.module.ts
import { RellaxDirective } from 'ng-rellax'

@NgModule({
    declarations: [RellaxDirective]
})
//In your component.html
<div rellax [speed]="4"></div>
MitchAloha