diff --git a/README.md b/README.md index a94f582..b29dcfd 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ Join gridstack.js on Slack: https://gridstackjs.troolee.com - [IE8 support](#ie8-support) - [Nested grids](#nested-grids) - [Resizing active grid](#resizing-active-grid) + - [Using AniJS](#using-anijs) - [The Team](#the-team) - [Changes](#changes) - [v0.2.5-dev (Development version)](#v025-dev-development-version) @@ -440,6 +441,10 @@ See example: [Nested grid demo](http://troolee.github.io/gridstack.js/demo/neste 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. See example: [Responsive grid demo](http://troolee.github.io/gridstack.js/demo/responsive.html) +## Using AniJS + +Using AniJS with gridstack is a breeze. In the following example, a listener is added that gets triggered by a widget being added. +See example: [AniJS demo](http://troolee.github.io/gridstack.js/demo/anijs.html) The Team ======== diff --git a/demo/anijs.html b/demo/anijs.html new file mode 100644 index 0000000..bd95284 --- /dev/null +++ b/demo/anijs.html @@ -0,0 +1,76 @@ + + +
+ + + + + +