Member 11775000 Ответов: 1

Анимация не работает в браузере IE 11


I am using animate.css it is working fine in chrome and mozilla but in case of Internet Explorer browser i used "wow bounceInLeft" the content need to animate from the left when page is loading but it is not happening in IE  browser  can anyone please sugguest.


Что я уже пробовал:

я попытался сохранить html5shiv js файл все еще он не работает в IE

1 Ответов

Рейтинг:
6

Member 11621026

вы можете установить уровень браузера на уровне версии 10,потому что IE 11 имеет так много ошибок.


<meta http-equiv="X-UA-Compatible" content=" _______  " />


Possible values for the content attribute are:

content="IE=5"

content="IE=7"

content="IE=EmulateIE7"

content="IE=8"

content="IE=EmulateIE8"

content="IE=9"

content="IE=EmulateIE9"

content="IE=edge"