Skip to content

SideModal: force visible state without animation #3614

Discussion options

You must be logged in to vote

Disclaimer: This is a very experimental bot using OpenAI's GPT-4. The answers may not be correct, a human will review the answer and update it if necessary.


Hello!

Yes, you can disable all animations in the components using the disableAnimation prop. This is particularly useful for testing components such as performing visual regression testing. Here's how you can use it:

<Theme.Provider disableAnimation />

Please note that this will disable all animations in the app, not just the side modal animation. If you want to disable animations for a specific component only, you might need to implement that functionality yourself.

I hope this helps! Let me know if you have any other questions.

I …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@dmitriy-kudelko
Comment options

Answer selected by dmitriy-kudelko
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants