Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ihadeed/ionic-parallax

Parallax Module for Ionic Framework 2+
https://github.com/ihadeed/ionic-parallax

ionic ionic-plugin ionic2 ionic3 parllax

Last synced: 3 months ago
JSON representation

Parallax Module for Ionic Framework 2+

Awesome Lists containing this project

README

        

# ionic-parallax

WIP, here's a quick usage example:

```bash
npm i --save ionic-parallax
```

```ts
import { ParallaxModule } from 'ionic-parallax';

@NgModule({
imports: [
...
ParallaxModule
]
})
```

```html



```

```scss
ion-card {
position: relative;

> img[parallax] {
position: absolute;
height: inherit;
}
}
```