11 lines
260 B
CSS
11 lines
260 B
CSS
|
|
.dnd-poly-drag-image {
|
|
opacity: .5 !important;
|
|
}
|
|
|
|
.dnd-poly-drag-image.dnd-poly-snapback {
|
|
transition-property: transform, -webkit-transform !important;
|
|
transition-duration: 250ms !important;
|
|
transition-timing-function: ease-out !important;
|
|
}
|