gpt4 book ai didi

reactjs - React Semantic UI 中模态和下拉菜单的动画

转载 作者:行者123 更新时间:2023-12-03 13:24:35 24 4
gpt4 key购买 nike

我最近切换到 React Semantic-UI 但是,我发现 HTML 版本的 Semantic-UI 中没有任何动画,例如下拉菜单和模式弹出窗口。

我尝试使用过渡 Prop 并将其包装在模态周围,但无济于事。

<Transition animation='scale' duration={500}>
<Modal
trigger={<Button>Show Modal</Button>}
header='Reminder!'
content='Call Benjamin regarding the reports.'
actions={[
'Snooze',
{ key: 'done', content: 'Done', positive: true },
]}
/>
</Transition>

有什么办法可以解决这个问题吗?

最佳答案

下面的讨论中给出了很多解决方案和示例。我尝试过包装 <Modal><TransitionablePortal>它有效。一探究竟: https://github.com/Semantic-Org/Semantic-UI-React/issues/2923

关于reactjs - React Semantic UI 中模态和下拉菜单的动画,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46234548/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com