There was an issue where the transition property would be lost while dynamically changing any property in Edge and IE11 due to what's described in https://github.com/jquery/jquery/issues/2535. As suggested i've fixed this by getting each property individually instead of the shorthand.
It seems like there may possibly be another change coming as a result of #39, so i'll wait until that's resolved until we merge this.
There was an issue where the transition property would be lost while dynamically changing any property in Edge and IE11 due to what's described in https://github.com/jquery/jquery/issues/2535. As suggested i've fixed this by getting each property individually instead of the shorthand.
It seems like there may possibly be another change coming as a result of #39, so i'll wait until that's resolved until we merge this.