Skip to content

Modal component. Animation. #42964

Answered by linxianxi
nosferatu500 asked this question in Q&A
Jun 12, 2023 · 2 comments · 7 replies
Discussion options

You must be logged in to vote

turn off animation of a modal

<Modal transitionName="" />

or

<ConfigProvider theme={{ token: { motion: false } }}>
  <Modal />
</ConfigProvider>

turn off animation of all modal

<ConfigProvider
  theme={{
    components: {
      Modal: {
        motionDurationMid: '0s',
        motionDurationSlow: '0s',
        // motion: false,     not support yet
      },
    },
  }}
>
  <App />
</ConfigProvider>

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
1 reply
@nosferatu500
Comment options

Answer selected by nosferatu500
Comment options

You must be logged in to vote
6 replies
@vitalijalbu
Comment options

@prashant-commits
Comment options

@vitalijalbu
Comment options

@prashant-commits
Comment options

@j-vitali
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants