vue-masonry icon indicating copy to clipboard operation
vue-masonry copied to clipboard

How to completely disable animations

Open shash7 opened this issue 2 years ago • 1 comments

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.

shash7 avatar Jul 11 '22 03:07 shash7

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

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

iancallahan avatar Aug 23 '22 12:08 iancallahan