<transition name="fade">
<img v-if="visible" :src= "items[counter].url">
</transition>

transition이 끝날 때를 알고싶은데 어떤 식으로 해야할까?