Christmas Sale! Limited Time Only - Enjoy 30% Off Metronic Extended License!
Buy for 669$  969$

Updating animation / transitions


Hi, I am running an older version of Metronic on React, and would like to update the code to use the new animations.

For example, https://preview.keenthemes.com/metronic8/react/demo7/dashboard when clicking on New Member, the popup is more smoothly transitioned, and not instant.

Where can I find it in the code?


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (7)


Inshot Video Editor is an easy-to-use app that allows users to edit videos with a variety of tools, including trimming, merging, and adding music, text, and effects. It offers a user-friendly interface, making it accessible for both beginners and experienced editors. With its powerful features and simple design, InShot Video Editor helps create high-quality videos quickly and efficiently, perfect for social media and personal projects.

Unlock unlimited access to all Crunchyroll Mod APK content with the latest version, offering ad-free streaming and enhanced features.



Hey there!
Updating animations and transitions in older versions of Metronic on React is a great move, especially to keep your UI feeling fresh and modern. If you’re upgrading, consider exploring libraries like Framer Motion or React Spring to give your animations more control and fluidity. It’s like how platforms evolve—similar to how sites like GoGoAnime release new versions to offer better user experiences. Make sure to check their docs for smooth migration steps, and happy coding!
Bundle Of Thanks!



To find the code responsible for the smooth transition animation of the popup when clicking on "New Member" in the Metronic React admin template, you can inspect the elements on the smash karts webpage and examine the code.



Hi,

Thank you for reaching out to us.

If you want to remove menu animation you can set $menu-dropdown-animation to false in file src/assets/sass/core/components/_variables.scss.

This will remove animation from all menu instances in the whole project.

Regards,
Lauris Stepanovs,
Keenthemes Support Team



Thank you, I am actually trying to add the animations. For example:

Via this link: https://preview.keenthemes.com/metronic8/react/demo7/dashboard
- Click on New Member
- You can see the animation / transition is very fluid

Other link: https://preview.keenthemes.com/metronic8/react/demo7/apps/user-management/users
- Click on Add User
- You can see it is instant and no animation

How do I get the opening of modals to use an animation?



Hi,

Modal on user-managment page is used as a static modal, and it is rendered conditionally in the file src/app/modules/apps/user-management/users-list/UsersList.tsx.

To add a transition for this modal you need to make this modal dynamic, you can refer to examples on react-bootstrap modal docs page.

Regards,
Lauris Stepanovs,
Keenthemes Support Team


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(