-
Notifications
You must be signed in to change notification settings - Fork 101
How to change transition? #297
-
How do I change the transition when it goes in and goes out?
Beta Was this translation helpful? Give feedback.
All reactions
-
👀 1
You can use contentTransition or overlayTransition props to customize the transition. vue-final-modal provide a few built-in transition, you can also pass Vue TransitionProps to create your own.
Check more detail in https://vue-final-modal.org/api/components/vue-final-modal/#contenttransition
Replies: 1 comment
-
You can use contentTransition or overlayTransition props to customize the transition. vue-final-modal provide a few built-in transition, you can also pass Vue TransitionProps to create your own.
Check more detail in https://vue-final-modal.org/api/components/vue-final-modal/#contenttransition
Beta Was this translation helpful? Give feedback.