It is possible use transition. #button { background-color: red; width: 100px; height: 50px; display: block; transition:0s 1s; } ...
確定! 回上一頁