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

https://github.com/keephacking/ionic-hide-fab-onscroll

A simple plugin to hide ionic fab buttons while scrolling.
https://github.com/keephacking/ionic-hide-fab-onscroll

Last synced: 11 months ago
JSON representation

A simple plugin to hide ionic fab buttons while scrolling.

Awesome Lists containing this project

README

          

# For ionic 4+ , please check this repo [ionic-hide-onscroll](https://github.com/keephacking/ionic-essentials/tree/master/projects/ionic-hide-onscroll)

# ionic-hide-fab-onscroll
A simple plugin to hide ionic fab buttons while scrolling.

## Usage
* `npm install ionic-hide-fab-onscroll --save`
* Add `import {HideFabOnscrollModule} from 'ionic-hide-fab-onscroll';` in your module first
* ` @ViewChild(Content) content: Content;` inside component
* `top`
* :) good to go
# Demo
### [For Demo Click here](https://stackblitz.com/edit/ionic-hide-fab-onscroll-demo)

![Plugin preview](https://raw.githubusercontent.com/keephacking/ionic-hide-fab-onscroll/master/demo/demo.gif)