Merge pull request #28 from ishields/grid-stack-animation

Animates grid-stack container itself.
This commit is contained in:
Pavel Reznikov 2014-12-07 15:12:55 -08:00
commit 1264164a47

View file

@ -102,7 +102,7 @@
}
}
.grid-stack.grid-stack-animate .grid-stack-item {
.grid-stack.grid-stack-animate, .grid-stack.grid-stack-animate .grid-stack-item {
-webkit-transition: left .3s, top .3s, height .3s, width .3s;
-moz-transition: left .3s, top .3s, height .3s, width .3s;
-o-transition: left .3s, top .3s, height .3s, width .3s;