@@ -51,21 +51,23 @@ $(function () {
51
51
52
52
## Options
53
53
54
- - ` auto ` - if ` false ` it tells to do not initialize existing items (default: true)
55
- - ` cell_height ` - one cell height (default: 60)
54
+ - ` animate ` - turns animation on (default: ` false ` )
55
+ - ` auto ` - if ` false ` it tells to do not initialize existing items (default: ` true ` )
56
+ - ` cell_height ` - one cell height (default: ` 60 ` )
56
57
- ` handle ` - draggable handle selector (default: '.grid-stack-item-content')
57
58
- ` height ` - maximum rows amount. Default is ` 0 ` which means no maximum rows
58
- - ` float ` - enable floating widgets (default: false)
59
+ - ` float ` - enable floating widgets (default: ` false ` )
59
60
- ` item_class ` - widget class (default: 'grid-stack-item')
60
- - ` min_width ` - minimal width. If window width is less grid will be shown in one-column mode (default: 768)
61
+ - ` min_width ` - minimal width. If window width is less grid will be shown in one-column mode (default: ` 768 ` )
61
62
- ` placeholder_class ` - class for placeholder (default: 'grid-stack-placeholder')
62
- - ` vertical_margin ` - vertical gap size (default: 20 )
63
- - ` width ` - amount of columns (default: 12 )
63
+ - ` vertical_margin ` - vertical gap size (default: ` 20 ` )
64
+ - ` width ` - amount of columns (default: ` 12 ` )
64
65
65
66
## Grid attributes
66
67
67
- - ` data-gs-width ` - amount of columns
68
- - ` data-gs-height ` - maximum rows amount. Default is ` 0 ` which means no maximum rows.
68
+ - ` data-gs-animate ` - turns animation on
69
+ - ` data-gs-width ` - amount of columns
70
+ - ` data-gs-height ` - maximum rows amount. Default is ` 0 ` which means no maximum rows.
69
71
70
72
## Item attributes
71
73
@@ -263,6 +265,7 @@ Changes
263
265
264
266
#### v0.2.1 (Current development version)
265
267
268
+ - add animation (thanks to @ishields )
266
269
- fix ` y ` coordinate calculation when dragging (issue #18 )
267
270
- fix ` remove_widget ` (issue #16 )
268
271
0 commit comments