Skip to content

Commit 72432d0

Browse files
committed
#114 Add setAnimate(doAnimate) to API docs.
1 parent c34777b commit 72432d0

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,8 @@ Changes
441441
- remove dependency of FontAwesome
442442
- RTL support
443443
- `'auto'` value for `cellHeight` option
444+
- fix `setStatic` method
445+
- add `setAnimate` method to API
444446

445447
#### v0.2.4 (2016-02-15)
446448

doc/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,11 +365,17 @@ Enables/Disables resizing.
365365
- `el` - widget to modify
366366
- `val` - if `true` widget will be resizable.
367367

368+
### setAnimate(doAnimate)
369+
370+
Toggle the grid animation state. Toggles the `grid-stack-animate` class.
371+
372+
- `doAnimate` - if `true` the grid will animate.
373+
368374
### setStatic(staticValue)
369375

370376
Toggle the grid static state. Also toggle the `grid-stack-static` class.
371377

372-
- `staticValue` - if `true` the grid become static.
378+
- `staticValue` - if `true` the grid becomes static.
373379

374380
### update(el, x, y, width, height)
375381

0 commit comments

Comments
 (0)