Subject of the issue
When jQuery version 3.3.x is used animation doesn't work - Seems like transition left occurs but transition top doesn't.
Note : Works well with jQuery versions up to 3.2.1
Your environment
- version of gridstack.js - 0.3.0
- jQuery version - 3.3.1
Steps to reproduce
(https://jsfiddle.net/dqyvh6vr/29/)
Expected behaviour
Animation should work normally with the transition effect "transition: left .3s,top .3s,height .3s,width .3s;"
Actual behaviour
No transition occurs which doesn't seem pleasing.