1.0.9 • Published 5 years ago

angular-minimalist-parallax v1.0.9

Weekly downloads
5
License
ISC
Repository
github
Last release
5 years ago

angular-minimalist-parallax

If you need more subtlety or just want to get out of the old background-attachment: fixed, get to know the angular-minimalist-parallax

Installation

  1. Use npm to install the component

    npm i angular-minimalist-parallax --save
  2. Add the angular-minimalist-parallax component to your app.

    Include the following on your src/app/app.module.ts.

    import { MinimalistParallaxModule } from 'angular-minimalist-parallax';
    
    @NgModule({
      declarations: [
        MyApp,
        ...
      ],
      imports: [
        IonicModule.forRoot(MyApp),
        MinimalistParallaxModule
      ],
      ...
    })

Usage

add the parallax attribute to the <ion-content> in your template:

<ion-content parallax>
 <div class="over">
  <div class="bg"  [ngStyle]="{'background-image': 'linear-gradient(to bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.2) 100%), url('+image+')'}">
    <!-- <div class="child">
      <h2>{{ text optional }}</h2>  
    </div> -->
  </div>
 </div>
</ion-content>

Demo

Animated

Donate

Help us develop and improve our plugins -->

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago