metafizzy / packery

:bento: Gapless, draggable grid layouts
https://packery.metafizzy.co
4.13k stars 315 forks source link

dragItemPositioned no longer triggering #562

Open benbyford opened 1 year ago

benbyford commented 1 year ago

Using the latest Draggabilly and Packery and able to set up drag but no event dragItemPositioned called on drag end, drag doesnt seem to finish / register that the layout is now changed. layoutComplete event still works but not dragItemPositioned.

benbyford commented 1 year ago

It was my issue: my items had css transtion set which was fighting the Draggie package, BUUUUT on seting the css transition to unset or none it would break, however setting to 0s made it work fine again... not ideal but hey