To achieve a smooth transitioning, add transition to the .shapes CSS class: .shapes { /* rest of the rules */ transition: all .4s; }.
確定! 回上一頁