shershen08 / vue-masonry

💠 Vue.js directive for masonry blocks layouting ✅
MIT License
677 stars 81 forks source link

How to I change the type of transition (not just duration)? #69

Closed nicroto closed 6 years ago

nicroto commented 6 years ago

Sorry for the basic question, but I don't see any docs (here or on the desandro repo) about the type of transition to use. Is there any way to change that? Thanks.

shershen08 commented 6 years ago

Since this is a Vue.js wrapper on top of the desandro's library it doesn't add new options to what;'s in the original one: https://masonry.desandro.com/options.html.

TL;DR You, can't do that