Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
image
```

In videos:

```html

```

With configs:

```html
image
```

Complete documentation for `simpleParallax.js`: [Official docs](https://github.com/geosigno/simpleParallax.js#readme)