Disable all transitions in VuetifyJS Disable all transitions in VuetifyJS vue.js vue.js

Disable all transitions in VuetifyJS


Just playing with the examples on CodePen and I believe you can disable the transition by simply using a value which does not exist in the framework eg. transition="none".

If you remove the transition property then it will default to the fade transition.