Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/egorshar/jquery-ui-sortable-animation
jQuery UI Sortable Animation
https://github.com/egorshar/jquery-ui-sortable-animation
Last synced: 16 days ago
JSON representation
jQuery UI Sortable Animation
- Host: GitHub
- URL: https://github.com/egorshar/jquery-ui-sortable-animation
- Owner: egorshar
- License: mit
- Created: 2015-02-09T19:49:13.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-06-08T10:17:18.000Z (5 months ago)
- Last Synced: 2024-10-16T09:19:07.596Z (28 days ago)
- Homepage: https://egorshar.github.io/jquery-ui-sortable-animation/
- Size: 20.5 KB
- Stars: 21
- Watchers: 2
- Forks: 11
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jQuery UI Sortable Animation
Just follow these simple steps to enable sort animation in your jQuery UI app:
* Include jQuery and jQuery UI on your page.
```html
```
* Include `jQuery UI Sortable Animation` script after jQuery UI and before its first use.
```html
```
* Just use jQuery UI as usual or with special `animation` parameter
```html$('#sortable').sortable({
animation: 150, // animation duration (ms), 0 - no animation
});```