Skip to content

Commit 6519e87

Browse files
committed
clean up
1 parent 460b929 commit 6519e87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

example/src/screens/AnimationScreen.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export function AnimationScreen() {
5151
const typedText = useDerivedValue(() => {
5252
const visible = Math.floor(typeProgress.value * (TYPE_MESSAGE.length + 1));
5353
const base = TYPE_MESSAGE.slice(0, visible);
54-
return base;
54+
return `${base}|`;
5555
});
5656

5757
const typeProps = useAnimatedProps(() => ({ text: typedText.value }) as any);

0 commit comments

Comments
 (0)