Revert "Don't animate panels on initial render (#10130)"

This reverts commit e0c173c5af.
This commit is contained in:
Torkel Ödegaard
2017-12-08 11:53:51 +01:00
parent b59d06cab6
commit 974d4d9739
2 changed files with 27 additions and 58 deletions

View File

@@ -53,12 +53,3 @@
.react-grid-item.react-draggable-dragging.panel {
z-index: $zindex-dropdown;
}
// Disable animation on initial rendering and enable it when component has been mounted.
.react-grid-item.cssTransforms.panel {
transition-property: none;
}
.animated .react-grid-item.cssTransforms.panel {
transition-property: transform;
}