5
Vô hiệu hóa / tắt chuyển tiếp CSS3 được kế thừa
Vì vậy, tôi có các chuyển đổi css sau đây được gắn vào một phần tử: a { -webkit-transition:color 0.1s ease-in, background-color 0.1s ease-in ; -moz-transition:color 0.1s ease-in, background-color 0.1s ease-in; -o-transition:color 0.1s ease-in, background-color 0.1s ease-in; transition:color 0.1s ease-in, background-color 0.1s ease-in; } Có cách nào để vô hiệu …