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
Thanks for filing this issue. I've been thinking about how best to support animating events - I'd love to see your final implementation. It would be a great addition to the docs.
When developing a library it's a good practice to expose a reference of a component.
It can be achieved with
forwardRef
.Working with this library I couldn't obtain
Event
reference in order to animate it.A straight forward implementation can be something like this:
The user then can use the reference for his care, like reveal animation:
I hope I'll able to add a merge request in a few days.
The text was updated successfully, but these errors were encountered: