Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@sindu12jun
Copy link

Hi, I have made animation a default fault option config

@ErickLuis00
Copy link

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
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