Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add animation #656

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

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.

None yet

3 participants