Skip to content
This repository was archived by the owner on Mar 5, 2024. It is now read-only.

Commit 6216678

Browse files
committed
Fix the animations in Firefox
1 parent 7f92807 commit 6216678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NgGrid.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
transition: width 0.25s, height 0.25s, left 0.25s, top 0.25s, right 0.25s, bottom 0.25s;
1111
}
1212

13-
.grid-item:active {
13+
.grid-item:active, .grid-item.moving {
1414
z-index: 2;
1515
-webkit-transition: none;
1616
-moz-transition: none;

0 commit comments

Comments
 (0)