{"id":15177129,"url":"https://github.com/samme/phaser-teletype","last_synced_at":"2026-02-28T03:47:38.936Z","repository":{"id":57322892,"uuid":"83244379","full_name":"samme/phaser-teletype","owner":"samme","description":"Simple typing animation","archived":false,"fork":false,"pushed_at":"2017-03-03T04:21:31.000Z","size":439,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-04T08:47:35.576Z","etag":null,"topics":["phaser"],"latest_commit_sha":null,"homepage":"https://samme.github.io/phaser-teletype/","language":"CoffeeScript","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/samme.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}},"created_at":"2017-02-26T22:11:15.000Z","updated_at":"2025-01-17T20:47:58.000Z","dependencies_parsed_at":"2022-09-10T16:51:55.945Z","dependency_job_id":null,"html_url":"https://github.com/samme/phaser-teletype","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samme%2Fphaser-teletype","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samme%2Fphaser-teletype/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samme%2Fphaser-teletype/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samme%2Fphaser-teletype/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samme","download_url":"https://codeload.github.com/samme/phaser-teletype/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240271519,"owners_count":19774859,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["phaser"],"created_at":"2024-09-27T14:02:13.844Z","updated_at":"2026-02-28T03:47:33.906Z","avatar_url":"https://github.com/samme.png","language":"CoffeeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Screenshot](https://samme.github.io/phaser-teletype/screenshot.png)\n\n[Demo](https://samme.github.io/phaser-teletype/)\n\nUse\n---\n\n```javascript\nvar teletype = game.add.teletype({\n  autoStart:  true,\n  cursorChar: \"_\",\n  rate:       20,\n  text:       \"Amazingly few discotheques provide jukeboxes\",\n  textTarget: textOrBitmapTextObject\n});\n\n// Without `autostart`:\n\nteletype.start();\n\n// Events:\n\nteletype.onComplete.add(function (){\n  // …\n});\n```\n\nOptions\n-------\n\nOptions must include `text`, `textTarget`, and either `rate` or `duration`.\n\n- `autoStart`: start immediately (default: `false`)\n- `rate`: typing speed (characters/second); 10–30 is typical\n- `duration`: length of the entire animation (ms)\n- `cursorChar`: character placed at the end of `text` (default: empty string)\n- `text`\n- `textTarget`: a [BitmapText](http://phaser.io/docs/2.6.2/Phaser.BitmapText.html) or [Text](http://phaser.io/docs/2.6.2/Phaser.Text.html) object\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamme%2Fphaser-teletype","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamme%2Fphaser-teletype","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamme%2Fphaser-teletype/lists"}