Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
Add docs for the dragging attribute.
Browse files Browse the repository at this point in the history
  • Loading branch information
garlicnation committed Jan 6, 2015
1 parent 150912a commit 71a112a
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions paper-slider.html
Original file line number Diff line number Diff line change
Expand Up @@ -189,9 +189,17 @@
* @type number
* @default 0
*/

maxMarkers: 100,


/**
* True when the user is dragging the slider.
*
* @attribute dragging
* @type boolean
* @default false
*/
dragging: false,

observe: {
'step snaps': 'update'
},
Expand Down

0 comments on commit 71a112a

Please sign in to comment.