Skip to content

Latest commit

 

History

History
31 lines (14 loc) · 376 Bytes

README.md

File metadata and controls

31 lines (14 loc) · 376 Bytes

MD-SCROLL

Attaches momentum scrolling to an element

Installation

bower install md-scroll --save

Usage

<link rel="import" href="bower_components/md-scroll/md-scroll.html">

<md-scroll selector="[scrollable]"></md-scroll>

Public Properties

  • selector {String}: the scrollable element selector
    • default value: '[md-scroll]'