Skip to content

Commit

Permalink
πŸ“ #177 dragEnd README
Browse files Browse the repository at this point in the history
  • Loading branch information
desandro committed Dec 29, 2021
1 parent cc551bd commit 6af9bec
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,17 @@ draggie.setPosition( x, y )
+ `x` - **Type:** _Number_ - horizontal position
+ `y` - **Type:** _Number_ - vertical position

### dragEnd

Stop dragging.

``` js
// jQuery
$draggable.draggabilly('dragEnd')
// vanilla JS
draggie.dragEnd()
```

### destroy

``` js
Expand Down

0 comments on commit 6af9bec

Please sign in to comment.