I'll update the animation to move the cursor between "Hello" and "KG" and add the additional languages:
I've updated the animation with the following changes:
Added four new languages:
The animation now:
The cursor will now appear right after "Hello" (or its equivalent in other languages) and before "KG", creating a more natural typing effect as if someone is typing the greeting and then adding "KG" afterward.
I'll update the animation to keep "KG" visible at all times after it first appears:
I've updated the animation with the following changes:
Split the state into two parts:
greeting - for the changing part (Hello, 你好, etc.)showKG - a boolean to control the visibility of " KG"Modified the animation logic so that:
Now the animation will:
This creates a more natural effect where it looks like someone is typing different greetings while keeping "KG" constant throughout the animation.