Interesting: transition-delay: 0; is not valid CSS. unlike most CSS properties that take 0, to remove a transition-delay, you must set it to 0ms ...
確定! 回上一頁