diff --git a/tailwind.config.ts b/tailwind.config.ts index 71137b6..6733d3d 100644 --- a/tailwind.config.ts +++ b/tailwind.config.ts @@ -21,7 +21,7 @@ const config: Config = { }, animation: { 'cursor': 'cursor 1s infinite', - 'typing': 'typing 15s infinite' + 'typing': 'typing 15s steps(20, end) infinite' }, keyframes: { cursor: {