Tom
Tom

Reputation: 6004

Disable all transitions in VuetifyJS

How to disable all transitions like slide-x-transition or the dialog modal scale transition in VuetifyJS?

Upvotes: 4

Views: 4857

Answers (1)

Jackson
Jackson

Reputation: 3518

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.

Upvotes: 6

Related Questions