Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wbhob/angular-rellax
- Owner: wbhob
- Created: 2017-01-06T21:05:23.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-24T02:52:48.000Z (over 7 years ago)
- Last Synced: 2024-12-01T13:48:57.045Z (2 months ago)
- Language: TypeScript
- Size: 19.5 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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].