Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gesielrosa/ngx-simple-parallax-js
🌠SimpleParallax.js wrapper for Angular
https://github.com/gesielrosa/ngx-simple-parallax-js
angular directive library parallax typescript
Last synced: about 6 hours ago
JSON representation
🌠SimpleParallax.js wrapper for Angular
- Host: GitHub
- URL: https://github.com/gesielrosa/ngx-simple-parallax-js
- Owner: gesielrosa
- Created: 2022-07-14T19:54:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-17T22:38:59.000Z (over 2 years ago)
- Last Synced: 2023-03-07T05:02:59.796Z (almost 2 years ago)
- Topics: angular, directive, library, parallax, typescript
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/ngx-simple-parallax-js
- Size: 280 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![NgxSimpleParallaxJs logo](https://raw.githubusercontent.com/gesielrosa/ngx-simple-parallax-js/main/logo.png)
# NgxSimpleParallaxJs
[SimpleParallax.js](https://github.com/geosigno/simpleParallax.js) wrapper for Angular
[![npm version](https://badge.fury.io/js/ngx-simple-parallax-js.svg)](https://www.npmjs.com/package/ngx-simple-parallax-js)
## Installation
### Install
The ngx-simple-parallax-js can be installed with npm:
`npm install ngx-simple-parallax-js simple-parallax-js@^5.6.2`
Then, import NgxSimpleParallaxJsModule into a module of your Angular app.
```ts
import { NgxSimpleParallaxJsModule } from 'ngx-simple-parallax-js';@NgModule({
// ...
imports: [NgxSimpleParallaxJsModule]
// ...
})
export class YourModule {}
```### Using directive
In images:
```html
![]()
```In videos:
```html
```
With configs:
```html
![]()
```Complete documentation for `simpleParallax.js`: [Official docs](https://github.com/geosigno/simpleParallax.js#readme)