You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to request a feature - would it be possible to add a new delay prop which would introduce a transition-delay ? Kind of like in this similar library. Currently I'm using a useDebounce hook to "slow down" the update of the boolean variable for isOpen, whenever I want to close the collapse with some delay. Something like:
Hey @asbjornh !
I'd like to request a feature - would it be possible to add a new
delay
prop which would introduce atransition-delay
? Kind of like in this similar library. Currently I'm using auseDebounce
hook to "slow down" the update of the boolean variable forisOpen
, whenever I want to close the collapse with some delay. Something like:But this feels a bit cumbersome. A dedicated
delay
property, ideally with separate values for expanding and collapsing, would be much more convenient.Thank you :)
The text was updated successfully, but these errors were encountered: