-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
Description
Subject of the issue
This might be intended behaviour but I think many people would have the same issue as me - being we can't use the resizestop event as-is when animations are on because the functions we need to call would be resizing prematurely - there should probably some kind of resizeanimationstop event.
Your environment
gridstack: ^5.1.1
browser: Chrome
os: Windows 10
Expected behavior
resizestop triggers when the gridstack container has finished resizing (animation ends)
Actual behavior
resizestop triggers when the user releases the resize handle (triggers immediately before animation ends)
(or at least an option would be nice, anyway... I've simply resorted to setting animate
to false because of this)