0
Web
Hi guys when i try animation property and @keyframes to change the width of a div with some text in it the overflow element wouldn’t work properly Can anyone help?
5 ответов
+ 5
Can u post ur code here Farid ?? It will make it much easier for us to help you.
+ 3
Farid The reason for that is IE and Firefox require webkit and moz suffixes before keyframes to work.
You can see the use of webkit in this code:
https://code.sololearn.com/Wr0F4z43KA1v/?ref=app
0
https://code.sololearn.com/W5OJpPfIhBEZ/?ref=app
0
i must notice that it works properly here but not in IE or firefox
0
overflow is supported by both and animation works even without vender prefix