mattrothenberg / vue-overdrive

Super easy magic-move transitions for Vue apps
684 stars 30 forks source link

Change default easing #6

Closed muhajirdev closed 6 years ago

muhajirdev commented 6 years ago

Is it possible to change default easing.

Perhaps something like Vue.use(Overdrive, {defaultEase : val}) ?

mattrothenberg commented 6 years ago

@muhajirframe Certainly possible, though I prefer easing to be set on a per-component basis (given my use-cases). Feel free to send a PR through if this helps you out!