You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -440,6 +441,10 @@ See example: [Nested grid demo](http://troolee.github.io/gridstack.js/demo/neste
440
441
Resizing on-the-fly is possible, though experimental. This may be used to make gridstack responsive. gridstack will change the total number of columns and will attempt to update the width and x values of each widget to be more logical.
441
442
See example: [Responsive grid demo](http://troolee.github.io/gridstack.js/demo/responsive.html)
442
443
444
+
## Using AniJS
445
+
446
+
Using AniJS with gridstack is a breeze. In the following example, a listener is added that gets triggered by a widget being added.
447
+
See example: [AniJS demo](http://troolee.github.io/gridstack.js/demo/anijs.html)
0 commit comments