{"id":26515793,"url":"https://github.com/minhomega/textfx","last_synced_at":"2026-04-19T10:35:02.859Z","repository":{"id":283480610,"uuid":"951900208","full_name":"MinhOmega/TextFX","owner":"MinhOmega","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-27T13:53:08.000Z","size":171,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-04T22:31:24.411Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MinhOmega.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-20T12:23:06.000Z","updated_at":"2025-03-27T13:53:11.000Z","dependencies_parsed_at":"2025-03-20T14:07:10.725Z","dependency_job_id":null,"html_url":"https://github.com/MinhOmega/TextFX","commit_stats":null,"previous_names":["minhomega/textfx"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MinhOmega/TextFX","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MinhOmega%2FTextFX","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MinhOmega%2FTextFX/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MinhOmega%2FTextFX/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MinhOmega%2FTextFX/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MinhOmega","download_url":"https://codeload.github.com/MinhOmega/TextFX/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MinhOmega%2FTextFX/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32004041,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-03-21T06:18:00.490Z","updated_at":"2026-04-19T10:35:02.842Z","avatar_url":"https://github.com/MinhOmega.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Text Animation Collection\n\nA comprehensive collection of text animation components for React applications. Easily add visually engaging text effects to your websites and applications.\n\n![Text Animation Preview](https://minhvo.is-a.dev/TextFX-preview.png)\n\n## Features\n\n- **25+ Text Animation Effects**: From simple fade-ins to complex holographic displays\n- **Dark Mode Support**: All animations are optimized for both light and dark modes\n- **Customizable**: Easily customize animations with props\n- **Responsive**: Works well on all device sizes\n- **Zero Dependencies**: Pure React and CSS animations, no additional animation libraries required\n- **TypeScript Support**: Fully typed components for better development experience\n\n## Demo\n\nVisit [https://minhvo.is-a.dev/TextFX](https://minhvo.is-a.dev/TextFX) to see all animations in action.\n\n## Installation\n\n```bash\ngit clone https://github.com/minhvo-dev/TextFX.git\ncd TextFX\npnpm install\npnpm dev\n```\n\n## Available Animations\n\nThis collection includes the following animations:\n\n1. **Text Slash**: Reveals text with a slashing animation\n2. **Text Reveal**: Smooth reveal animation\n3. **Typing**: Classic typewriter effect\n4. **Shine**: Text with shine/glossy effect passing through\n5. **Fade**: Simple fade-in animation\n6. **Bounce**: Letters bouncing in sequence\n7. **Wave**: Wavy animation for text\n8. **Glitch**: Cyberpunk-style glitch effect\n9. **Blur**: Text emerging from blur\n10. **Gradient**: Color gradient transition effect\n11. **Flip**: 3D flip animation\n12. **Scale**: Size scaling animation\n13. **Ink Blot**: Ink spreading animation\n14. **Cyber**: Cyberpunk styled text with grid effects\n15. **Slot Machine** *(in development)*: Slot machine style character changing\n16. **Matrix** *(in development)*: Matrix code-like falling characters\n17. **Scramble** *(in development)*: Characters scrambling before settling\n18. **3D Perspective** *(in development)*: Text with 3D perspective movement\n19. **Fire** *(in development)*: Burning text with flame effects\n20. **Neon** *(in development)*: Neon sign glow effect\n21. **Water** *(in development)*: Water ripple effect on text\n22. **Shadow Dance** *(in development)*: Dynamic shadow movement\n23. **Typewriter** *(in development)*: Enhanced typewriter with cursor\n24. **Magnetic** *(in development)*: Magnetic field interaction with mouse\n25. **Hologram** *(in development)*: Sci-fi holographic projection\n26. **Sand** *(in development)*: Desert sand particle effect\n27. **Circuit** *(in development)*: Electronic circuit path animation\n28. **Split Horror** *(in development)*: Horror-themed splitting effect\n29. **Glitch 3D** *(in development)*: Advanced 3D glitch effect with RGB splitting\n\n## Usage\n\nEach animation is available as a React component. Here's how to use them in your components:\n\n```jsx\nimport { WaveAnimation } from \"@/components/wave-animation\"\n\nexport default function MyComponent() {\n  return (\n    \u003cWaveAnimation \n      text=\"Hello World\" \n      className=\"text-2xl\" \n      darkMode={false} \n    /\u003e\n  )\n}\n```\n\n## Component Props\n\nAll animation components share the same props structure:\n\n| Prop | Type | Default | Description |\n|------|------|---------|-------------|\n| `text` | string | (required) | The text to animate |\n| `className` | string | \"\" | Additional CSS classes |\n| `darkMode` | boolean | false/true (varies) | Whether to use dark mode styling |\n\n## Contributing\n\nContributions are welcome! If you'd like to add a new animation or improve an existing one:\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/amazing-animation`)\n3. Commit your changes (`git commit -m 'Add amazing animation'`)\n4. Push to the branch (`git push origin feature/amazing-animation`)\n5. Open a Pull Request\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n## Acknowledgments\n\n- Created by [Minh Vo](https://minhvo.is-a.dev)\n- Inspired by various text animation techniques from across the web\n- Built with Next.js and TypeScript\n\n## Contact\n\nFor any questions or suggestions, feel free to reach out at vnqminh0502@gmail.com or create an issue in this repository. ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminhomega%2Ftextfx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fminhomega%2Ftextfx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminhomega%2Ftextfx/lists"}