Skip to content

add animation - #656

Open
sindu12jun wants to merge 3 commits into
bevacqua:masterfrom
sindu12jun:add-drag-animation
Open

add animation#656
sindu12jun wants to merge 3 commits into
bevacqua:masterfrom
sindu12jun:add-drag-animation

Conversation

@sindu12jun

Copy link
Copy Markdown

Hi, I have made animation a default fault option config

@ErickLuis00

Copy link
Copy Markdown

Containers without items do not work the animation and break the shadow

Solution:

Before
if (!mover) { return; }

After
if (!mover) { mover = dropTarget }

Thanks for making the animation, it helped a lot in my project.

@sindu12jun

Copy link
Copy Markdown
Author

Containers without items do not work the animation and break the shadow

Solution:

Before
if (!mover) { return; }

After
if (!mover) { mover = dropTarget }

Thanks for making the animation, it helped a lot in my project.

OK thanks a lot, I have updated my PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants