adds missing transitions for visual preview on spatial properties
This commit is contained in:
parent
4390493a9f
commit
69a0b29cd0
1 changed files with 1 additions and 1 deletions
|
@ -1694,7 +1694,7 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
|
|||
height: calc(12px * 6);
|
||||
border-radius: 6px;
|
||||
transform: rotateX(60deg) rotateZ(-45deg);
|
||||
transition: transform 0.2s linear;
|
||||
transition: transform 0.2s linear, width 0.2s linear, height 0.2s linear;
|
||||
}
|
||||
|
||||
.face:nth-of-type(1) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue