Search code examples
reactjsthemesantd

Ant Design theme switch animation [React]


I use the Ant Design UI components library, and I've noticed there's an option for an impressive theme change animation. You can see it on the library's page at https://ant.design/ when you toggle the theme using the buttons at the bottom right. This animation involves a growing circle that starts from the toggle theme button and expands to cover the entire website.

However, in my own React applications, when I toggle the theme, only a fading animation is applied to all the components. How can I achieve a similar effect or the same result?

Thanks in advance.


Solution

  • At the current moment this is only an experimental feature and it's not available for we to use.

    You can read (and continue) the discussion here