Orlandster / vue-page-transition

A lightweight Vue.js plugin for page / route transitions.

Home Page:https://orlandster.github.io/vue-page-transition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

randomizer of choices

martea opened this issue · comments

would be nice with a randomizer function which baseicly randomizes the effect of predefined values.

<page-transition name="randomize" :names="["fade","flip"]>

@martea Really nice idea. This can be done pretty easily. I will be able to do it now, but looking forward to do it during the next weeks.

Or feel free to create a PR. I will guide you through the project if you want.