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

How to completely disable animations #131

Open
shash7 opened this issue Jul 11, 2022 · 1 comment
Open

How to completely disable animations #131

shash7 opened this issue Jul 11, 2022 · 1 comment

Comments

@shash7
Copy link

shash7 commented Jul 11, 2022

Is there a way to completely disable animations? I have to call redraw multiple times because of store updates and all the elements moving around is giving bad user experience.

@iancallahan
Copy link

Try setting the transition duration to zero. E.g.:

<div id="masonryContainer" v-masonry transition-duration="0s" item-selector=".item" fit-width="true">

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

No branches or pull requests

2 participants