Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/egorshar/jquery-ui-sortable-animation

jQuery UI Sortable Animation
https://github.com/egorshar/jquery-ui-sortable-animation

Last synced: about 2 months ago
JSON representation

jQuery UI Sortable Animation

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
});

```