ionic-header-parallax
Advanced tools
Comparing version 2.1.1 to 2.1.2
{ | ||
"name": "ionic-header-parallax", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "This directive enables parallax effect on `ion-header` elements to display a cover photo while on top of the page and transition it to the normal navbar when content is scrolled down.", | ||
@@ -5,0 +5,0 @@ "main": "bundles/ionic-header-parallax.umd.js", |
# Parallax Header Directive for Ionic v4 # | ||
> For Ionic 3 use version [1.0.1](https://www.npmjs.com/package/ionic-header-parallax/v/1.0.1) of this package: `$ npm ionic-header-parallax@1.0.1`. | ||
> For Ionic 3 use version [1.0.1](https://www.npmjs.com/package/ionic-header-parallax/v/1.0.1) of this package: `$ npm i ionic-header-parallax@1.0.1`. | ||
@@ -11,3 +11,3 @@ This directive enables parallax effect on `ion-header` elements to display a cover photo while on top of the page and transition it to the normal navbar when content is scrolled down. | ||
1. Install package: `$ npm ionic-header-parallax`. | ||
1. Install package: `$ npm i ionic-header-parallax`. | ||
2. Import the directive into your desired module (usually `app.module.ts`): | ||
@@ -14,0 +14,0 @@ |
193629
24
1551