0.0.6 • Published 4 years ago

ionic-hide-onscroll v0.0.6

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

Moved to github packages , please check this for future updates

ionic-hide-onscroll

A simple plugin to hide elements while scrolling.

Usage

Import to your module

import {HideOnscrollModule} from 'ionic-hide-onscroll';

Add to your template

<ion-content #content scrollEvents="true">
  ...
 <ion-fab vertical="bottom"
   horizontal="end"
   slot="fixed"
   [hideOnscroll]="content"
   (click)="onTopClick()">
   <ion-fab-button>Top</ion-fab-button>
 </ion-fab>
</ion-content>
0.0.5

4 years ago

0.0.4

4 years ago

0.0.6

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago