CSS filter grayscale image for IE 10

后端 未结 3 1483
攒了一身酷
攒了一身酷 2020-12-29 04:32

Is there a way to make grayscale image filter work on IE 10 without JavaScript or SVG?

I\'ve been using the following code successfully in all browsers except IE 10.

3条回答
  •  南笙
    南笙 (楼主)
    2020-12-29 05:29

    This is a cross browser solution using HTML5 and jquery using fade effect

    Code

    Demo

    Code:

    
    
    

提交回复
热议问题