Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

angular rellax

//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>
Source by www.npmjs.com #
 
PREVIOUS NEXT
Tagged: #angular #rellax
ADD COMMENT
Topic
Name
3+3 =