ionic-hide-onscroll
TypeScript icon, indicating that this package has built-in type declarations

0.0.6 • Public • Published

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>

Readme

Keywords

Package Sidebar

Install

npm i ionic-hide-onscroll

Weekly Downloads

5

Version

0.0.6

License

MIT

Unpacked Size

78.6 kB

Total Files

23

Last publish

Collaborators

  • keephacking