ducksboard / gridster.js

gridster.js is a jQuery plugin that makes building intuitive draggable layouts from elements spanning multiple columns
http://gridster.net/
MIT License
6.03k stars 1.2k forks source link

No Transition on Tiles Being Moved. #539

Open Chris3y opened 9 years ago

Chris3y commented 9 years ago

When I drag a tile over another so it's moved down a row. The tile being automatically moved (not the one I'm dragging) just jumps to position.

There's no transition animation. Am I missing something from my CSS?

I can see the data-row attribute value changes but not sure why mine doesn't smoothly animate while every demo on the web I find does.

Can you help?