We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cddb513 commit 6a65d2bCopy full SHA for 6a65d2b
src/KeywordTrigger.tsx
@@ -88,7 +88,7 @@ const KeywordTrigger: FC<KeywordTriggerProps> = props => {
88
popupVisible={visible}
89
popup={dropdownElement}
90
popupPlacement={dropdownPlacement}
91
- popupTransitionName={transitionName}
+ popupMotion={{ motionName: transitionName }}
92
builtinPlacements={BUILT_IN_PLACEMENTS}
93
getPopupContainer={getPopupContainer}
94
popupClassName={dropdownClassName}
0 commit comments