标签: css internet-explorer internet-explorer-9 glyphicons
glyphicon-refresh-animate适用于Chrome,Firefox和IE 10,但不适用于IE 9.它不会旋转。
glyphicon-refresh-animate
我尝试在CSS中添加它,但它无法正常工作
.glyphicon-refresh-animate { animation: spin .7s infinite linear; -ms-animation: spin .7s infinite linear; }
有人知道什么是错的吗?