nnattawat / flip

A lightweight jQuery plugin to make 3D card flipping animation
Other
626 stars 312 forks source link

Fixed transition property being lost on Edge, IE11, .. #43

Closed JemarJones closed 8 years ago

JemarJones commented 9 years ago

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.