mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-01 15:46:39 +08:00
fix
This commit is contained in:
parent
fea8074f6a
commit
613fee859a
@ -145,12 +145,13 @@ export function ChatList(props: { narrow?: boolean }) {
|
|||||||
<QueueAnim
|
<QueueAnim
|
||||||
delay={300}
|
delay={300}
|
||||||
// className={motionStyles["queue-simple"]}
|
// className={motionStyles["queue-simple"]}
|
||||||
// ease={['easeOutQuart', 'easeInOutQuart']}
|
ease={["easeOutQuart", "easeInOutQuart"]}
|
||||||
// duration={[550, 450]}
|
duration={[550, 450]}
|
||||||
// animConfig={[
|
animConfig={[
|
||||||
// { opacity: [1, 0], translateY: [0, 30] },
|
{ opacity: [1, 0], translateY: [0, 30] },
|
||||||
// { height: 0 },
|
{ height: 0 },
|
||||||
// ]}
|
]}
|
||||||
|
interval={150}
|
||||||
>
|
>
|
||||||
{sessions.map((item, i) => (
|
{sessions.map((item, i) => (
|
||||||
<ChatItem
|
<ChatItem
|
||||||
|
Loading…
Reference in New Issue
Block a user