feat(Popup): add transition-appear prop (#7525)
* feat:(Popup): add appear prop * docs(Popup): add appear prop * feat(Popup): add transition-appear prop
This commit is contained in:
@@ -18,6 +18,8 @@ import { PortalMixin } from '../portal';
|
||||
import { CloseOnPopstateMixin } from '../close-on-popstate';
|
||||
|
||||
export const popupMixinProps = {
|
||||
// Initial rendering animation
|
||||
transitionAppear: Boolean,
|
||||
// whether to show popup
|
||||
value: Boolean,
|
||||
// whether to show overlay
|
||||
|
||||
Reference in New Issue
Block a user