Skip to content

EllipticalElements/md-scroll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]'