I am trying to add some animation to my images in "hta" programme but css "transition" command doesn't work this is my style.css file:
img { -ms-transform : translate(20px,20px);
-ms-transition : transform 1s ;}
img:hover { -ms-transform : translate(40px,40px);
-ms-transition : transform 1s ;}
I tried -moz-
-o-
-webkit-
... nothing works, but when I run it as .html
it works
waiting for your answers and thank you in advance