I design a web page . I use transition in this page. but it do not work at IE 8 . can you help me?
transition-property: height;
transition-duration: 2s;
-webkit-transition-property: height;
-webkit-transition-duration: 2s;
transition-property: width;
transition-duration: 2s;