Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wbhob/angular-rellax

Angular 2 bindings for Rellax by Dixon and Moe
https://github.com/wbhob/angular-rellax

Last synced: 8 days ago
JSON representation

Angular 2 bindings for Rellax by Dixon and Moe

Awesome Lists containing this project

README

        

# angular-rellax
Angular 2 bindings for Rellax by Dixon and Moe.

### Usage
Import `RellaxDirective` into your module.

```
import { RellaxDirective } from 'ng-rellax'

@NgModule({
declarations: [RellaxDirective]
})
```

Just add the `rellax` directive to your element, and use the `[speed]` and `[center]` inputs (optional).

### Example
```


```

`[speed]` and `[center]` are both optional.

### Contributing
I didn't get a chance to test this very much, so if you find something, please file an issue or PR at [https://www.github.com/wbhob/ng-rellax].