{"id":15617985,"url":"https://github.com/omnedia/ngx-word-pullup","last_synced_at":"2026-02-05T23:32:20.378Z","repository":{"id":252930910,"uuid":"841943562","full_name":"omnedia/ngx-word-pullup","owner":"omnedia","description":"A simple component library to animate text.","archived":false,"fork":false,"pushed_at":"2025-11-29T17:13:37.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-01T20:51:18.383Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/omnedia.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-08-13T11:04:12.000Z","updated_at":"2025-11-29T17:09:14.000Z","dependencies_parsed_at":"2025-04-15T02:44:18.055Z","dependency_job_id":"16c360fe-3ddc-4372-ab5c-04daba86b591","html_url":"https://github.com/omnedia/ngx-word-pullup","commit_stats":null,"previous_names":["omnedia/ngx-word-pullup"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/omnedia/ngx-word-pullup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omnedia%2Fngx-word-pullup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omnedia%2Fngx-word-pullup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omnedia%2Fngx-word-pullup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omnedia%2Fngx-word-pullup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/omnedia","download_url":"https://codeload.github.com/omnedia/ngx-word-pullup/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omnedia%2Fngx-word-pullup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29138375,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T23:14:48.546Z","status":"ssl_error","status_checked_at":"2026-02-05T23:14:35.724Z","response_time":65,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2024-10-03T08:00:53.653Z","updated_at":"2026-02-05T23:32:20.371Z","avatar_url":"https://github.com/omnedia.png","language":"TypeScript","funding_links":[],"categories":["Recently Updated","Third Party Components"],"sub_categories":["[Oct 01, 2024](/content/2024/10/01/README.md)","Animations"],"readme":"# ngx-word-pullup\n\n\u003ca href=\"https://ngxui.com\" target=\"_blank\" style=\"display: flex;gap: .5rem;align-items: center;cursor: pointer; padding: 0 0 0 0; height: fit-content;\"\u003e\n  \u003cimg src=\"https://ngxui.com/assets/img/ngxui-logo.png\" style=\"width: 64px;height: 64px;\"\u003e\n\u003c/a\u003e\n\nThis Library is part of the NGXUI ecosystem. \u003cbr\u003e\nView all available components at https://ngxui.com\n\n`@omnedia/ngx-word-pullup` is an Angular library that provides a smooth pull-up animation effect for words within Angular applications. This component is designed to sequentially pull up and reveal words with a customizable delay.\n\n## Features\n\n- Pull-up animation for displaying words sequentially.\n- Fully customizable animation speed and style.\n- Lightweight and easy to integrate as a standalone component.\n\n## Installation\n\nInstall the library using npm:\n\n```bash\nnpm install @omnedia/ngx-word-pullup\n```\n\n## Usage\n\nImport the `NgxWordPullupComponent` in your Angular module or component:\n\n```typescript\nimport {NgxWordPullupComponent} from '@omnedia/ngx-word-pullup';\n\n@Component({\n  ...\n    imports:\n[\n  ...\n    NgxWordPullupComponent,\n],\n...\n})\n```\n\nUse the component in your template:\n\n```html\n\n\u003com-word-pullup [words]=\"['Welcome', 'to', 'our', 'website!']\" [wordDelay]=\"300\"\u003e\u003c/om-word-pullup\u003e\n```\n\n## API\n\n```html\n\n\u003com-word-pullup\n  [words]=\"words\"\n  [wordDelay]=\"wordDelay\"\n  [animateOnView]=\"animateOnView\"\n  [direction]=\"direction\"\n  [pullupSpeed]=\"pullupSpeed\"\n  styleClass=\"your-custom-class\"\n\u003e\u003c/om-word-pullup\u003e\n```\n\n- `words`: An array of strings or a single string to be animated. If a single string is provided, it will be split into individual words.\n- `wordDelay`: (optional) The delay between the appearance of each word in milliseconds. Minimum value is 0 ms. Default is 100 ms.\n- `animateOnView`: (optional) If the animation should play everytime the element gets into the view. Default is false.\n- `direction`: (optional) The direction in wich the animation moves. Default is up.\n- `pullupSpeed`: (optional) The speed of the pullup animation. Default is 0.5s.\n- `styleClass`: (optional) A custom CSS class to apply to the component's wrapper element.\n\n## Example\n\n```html\n\n\u003com-word-pullup\n  [words]=\"'This is an example sentence'\"\n  [wordDelay]=\"150\"\n  [animateOnView]=\"true\"\n  [pullupSpeed]=\"'0.8s'\"\n  direction=\"down\"\n  styleClass=\"example-class\"\n\u003e\u003c/om-word-pullup\u003e\n```\n\nThis will animate each word of the sentence with a 150ms delay between them.\n\n## Styling\n\nTo customize the appearance of the words or the container, use the styleClass input to apply your own CSS classes.\n\n```css\n.example-class {\n  font-size: 24px;\n  color: #333;\n}\n```\n\n## Contributing\n\nContributions are welcome. Please submit a pull request or open an issue to discuss your ideas.\n\n## License\n\nThis project is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomnedia%2Fngx-word-pullup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fomnedia%2Fngx-word-pullup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomnedia%2Fngx-word-pullup/lists"}