Hi,
I have a <div> of width: calc(100% - 5em) . After change in its class, the width is 100%.
I've allowed transition: all ease-in-out .3s
But why the <div> cannot have such transitional animation on IE11? (It's okay for Firefox)
Thanks ;)
Hi,
I have a <div> of width: calc(100% - 5em) . After change in its class, the width is 100%.
I've allowed transition: all ease-in-out .3s
But why the <div> cannot have such transitional animation on IE11? (It's okay for Firefox)
Thanks ;)