javisperez / vue-visible

v-visible directive for VueJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

use Vuejs animations with v-visible

noudadrichem opened this issue · comments

commented

Hi,

Are there any examples or is it even possible to use vuejs transitions/animations with v-visible? Not working for me at the moment..

Sadly no, Vue doesnt allow custom directives to be transitionable, it just watches for certain directives like show, hide, if, v-for, etc. Cant add a custom one :-\

Oh, nice! thanks for sharing @Nisgrak will take a look and implement accordingly. Thanks!