Can ie add css3@keyframs through addRule?

the animation added to ie through addRule indicates that the parameter is invalid. I would like to ask you how to add

to js.
Jul.08,2021

ie supports css animation, only in version 11. See the link to this site
https://caniuse.com/-sharpfeat=css.

.

if @ keyframes doesn't work, try adding the -ms- prefix
that is

@-ms-keyframes move {
  0% {left: 0px;}
  50% {left: 940px; opacity: 0;}
  100% {left: 0px;}
}
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b35c17-4ec23.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b35c17-4ec23.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?