You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following the logic to change the duration I tried both: v-auto-animate="{ duration: 100, enable: false }"
and v-auto-animate="{ duration: 100, disable: true }"
but neither of those seem to work.
I am trying to programmatically disable the auto-animate at the start of a certain function on the page and then re-enable it once that function runs. If passing in the attribute enable or disable isn't possible, is there another way to do this in Nuxt without falling back to the Vue package and using a plugin to have more control?
The text was updated successfully, but these errors were encountered:
Following the logic to change the duration I tried both:
v-auto-animate="{ duration: 100, enable: false }"
and
v-auto-animate="{ duration: 100, disable: true }"
but neither of those seem to work.
I am trying to programmatically disable the auto-animate at the start of a certain function on the page and then re-enable it once that function runs. If passing in the attribute enable or disable isn't possible, is there another way to do this in Nuxt without falling back to the Vue package and using a plugin to have more control?
The text was updated successfully, but these errors were encountered: