{"id":13602642,"url":"https://github.com/yardnsm/ink-text-animation","last_synced_at":"2026-01-16T19:47:47.764Z","repository":{"id":54893366,"uuid":"128205405","full_name":"yardnsm/ink-text-animation","owner":"yardnsm","description":"A text animation component for Ink","archived":false,"fork":false,"pushed_at":"2019-04-15T14:29:11.000Z","size":248,"stargazers_count":68,"open_issues_count":0,"forks_count":6,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-19T09:22:36.872Z","etag":null,"topics":["chalk-animation","colors","ink","ink-component","react","text-animation"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yardnsm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-04-05T12:48:40.000Z","updated_at":"2025-06-28T01:51:48.000Z","dependencies_parsed_at":"2022-08-14T06:00:29.483Z","dependency_job_id":null,"html_url":"https://github.com/yardnsm/ink-text-animation","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yardnsm/ink-text-animation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yardnsm%2Fink-text-animation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yardnsm%2Fink-text-animation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yardnsm%2Fink-text-animation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yardnsm%2Fink-text-animation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yardnsm","download_url":"https://codeload.github.com/yardnsm/ink-text-animation/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yardnsm%2Fink-text-animation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28481957,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chalk-animation","colors","ink","ink-component","react","text-animation"],"created_at":"2024-08-01T18:01:32.456Z","updated_at":"2026-01-16T19:47:47.747Z","avatar_url":"https://github.com/yardnsm.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# ink-text-animation\n\n[![Build Status](https://travis-ci.org/yardnsm/ink-text-animation.svg?branch=master)](https://travis-ci.org/yardnsm/ink-text-animation)\n\n\u003e A text animation component for [Ink](https://github.com/vadimdemedes/ink/)\n\n![](.github/screenshot.gif)\n\n## Install\n\n```console\n$ npm install --save ink-text-animation\n```\n\n## Usage\n\n```javascript\nimport { h, render, Text } from 'ink';\nimport TextAnimation from 'ink-text-animation';\n\nrender(\n  \u003cdiv\u003e\n    \u003cTextAnimation\u003e\n      \u003cText\u003e{`Look at me, I'm moving!`}\u003c/Text\u003e\n    \u003c/TextAnimation\u003e\n  \u003c/div\u003e\n);\n```\n\n## API\n\n### `\u003cTextAnimation /\u003e`\n\nAccepts a string or an Ink component as `children`.\n\n#### Props\n\n##### name\n\nType: `string`\u003cbr /\u003e\nDefault: `rainbow`\u003cbr /\u003e\nValues: `rainbow` `pulse` `glitch` `radar` `neon`\n\nThe name of the animation. You can find all the available animations in the\n[`chalk-animations` README](https://github.com/bokub/chalk-animation#available-animations).\n\n##### speed\n\nType: `number`\u003cbr /\u003e\nDefault: `1`\n\nThe speed of the animation.\n\n---\n\n## License\n\nMIT © [Yarden Sod-Moriah](http://yardnsm.net/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyardnsm%2Fink-text-animation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyardnsm%2Fink-text-animation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyardnsm%2Fink-text-animation/lists"}