1.0.7 • Published 7 years ago

mdl-fab-scroll v1.0.7

Weekly downloads
9
License
ISC
Repository
github
Last release
7 years ago

mdl-fab-scroll

Angular module to animate hide/show for MDL floating-action-buttons See a demo

  • Requires Angular and material-design-lite
  • Hides the floating action button (fab) when the user scrolls down
  • Unhides the fab when the user scrolls up

Getting Started

Install this module

npm install mdl-fab-scroll --save

Add this module to your HTML page

<script src="node_modules/mdl-fab-scroll/mdl-fab-scroll.js"></script>

Add the module into your angular app

angular.module('app', ['mdl-fab-scroll']);

This will automagically animate the fab buttons when the mdl-layout__content is scrolled.

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

8 years ago

1.0.0

8 years ago