I want to make a smooth turn, but it does not work, although I haven’t pointed out. How to implement it?
Layout:
. Left-Part {
Display: INLINE-BLOCK;
background: red;
width: 100px;
HEIGHT: 100px;
TRANSFORM: ROTATE (30DEG);
}
#all {
Transition: 1S;
}
& lt; div id = 'all' & gt;
& lt; div class = 'left-part' & gt; & lt; / div & gt;
& lt; / div & gt;