gravity-ui / uikit

Home Page:https://gravity-ui.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Popup: add afterOpenChange property

korvin89 opened this issue · comments

It should be a callback that triggered when the animation ends after Popup is shown or hidden

type AfterOpenChange = (open: boolean) => void;

@korvin89 Alternative: provide callbacks from CSSTransition component