Replies: 1 comment
-
Collapse component is designed to one simple use case, it is not meant for complex animations. In this case, it is more suitable to use a dedicated animation library like framer motion. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a few questions about the Collapse item.
(I see that collapse has a onTransitionEnd prop, but does it have some kind onTransitionStart behavior as well that I can look into? I've had to do a workaround by creating a ref and adding an event listener for 'transitionstart' to get the desired opacity behavior when the collapse opens, but again was wondering if there is a better way to do it)
Beta Was this translation helpful? Give feedback.
All reactions