mirror of
https://git.mirrors.martin98.com/https://github.com/bytedance/deer-flow
synced 2025-08-20 00:49:05 +08:00
feat: adjust animation and rewording
This commit is contained in:
parent
ec52f49156
commit
18494be796
@ -108,10 +108,10 @@ export function MessagesBlock({ className }: { className?: string }) {
|
||||
<Welcome />
|
||||
</div>
|
||||
<motion.div
|
||||
className="h-42 w-full items-center justify-center transition-all duration-300"
|
||||
initial={{ opacity: 0, y: 200 }}
|
||||
className="h-42 w-full items-center justify-center"
|
||||
initial={{ opacity: 0, y: "20vh" }}
|
||||
animate={{ opacity: 1, y: 0 }}
|
||||
transition={{ duration: 0.3 }}
|
||||
transition={{ duration: 0.5 }}
|
||||
>
|
||||
<Card
|
||||
className={cn(
|
||||
@ -124,7 +124,7 @@ export function MessagesBlock({ className }: { className?: string }) {
|
||||
<CardHeader>
|
||||
<CardTitle>
|
||||
<RainbowText animated={responding}>
|
||||
Replay Mode
|
||||
{responding ? "Replaying" : "Replay Mode"}
|
||||
</RainbowText>
|
||||
</CardTitle>
|
||||
<CardDescription>
|
||||
|
Loading…
x
Reference in New Issue
Block a user