Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1264164

Browse files
committed
Merge pull request gridstack#28 from ishields/grid-stack-animation
Animates grid-stack container itself.
2 parents f866de9 + 5183a82 commit 1264164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gridstack.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
}
103103
}
104104

105-
.grid-stack.grid-stack-animate .grid-stack-item {
105+
.grid-stack.grid-stack-animate, .grid-stack.grid-stack-animate .grid-stack-item {
106106
-webkit-transition: left .3s, top .3s, height .3s, width .3s;
107107
-moz-transition: left .3s, top .3s, height .3s, width .3s;
108108
-o-transition: left .3s, top .3s, height .3s, width .3s;

0 commit comments

Comments
 (0)