v5.0.0 - 2022-11-19
BREAKING CHANGES Hook now returns text along with some useful flags:
const [text, flags] = useTypewriter({})| Prop | Type | Description |
|---|---|---|
isType |
boolean | Check if currently typing |
isDelete |
boolean | Check if currently deleting |
isDelay |
boolean | Check if currently on delay |
isDone |
boolean | Check if all running loops are done |