eiriklv / react-masonry-component

A React.js component for using @desandro's Masonry
MIT License
1.44k stars 145 forks source link

How to speed up animation time #118

Open 0oMarko0 opened 6 years ago

0oMarko0 commented 6 years ago

i've tried to set the option but it does nothing

var masonryOptions = {
    transitionDuration: 0
};
afram commented 6 years ago

it should do the trick. 0 implies no animation. Do you have other CSS that's affecting animation?