{"id":13624312,"url":"https://github.com/dmotz/TuringType","last_synced_at":"2025-04-15T21:30:33.071Z","repository":{"id":6619012,"uuid":"7862544","full_name":"dmotz/TuringType","owner":"dmotz","description":"⌨️ Simple human typing effect","archived":false,"fork":false,"pushed_at":"2023-07-15T16:04:42.000Z","size":22,"stargazers_count":144,"open_issues_count":1,"forks_count":17,"subscribers_count":12,"default_branch":"master","last_synced_at":"2024-03-26T10:01:56.573Z","etag":null,"topics":["animation","coffeescript","javascript","typing"],"latest_commit_sha":null,"homepage":"http://oxism.com/TuringType","language":"CoffeeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":"Unmaintained","scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dmotz.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}},"created_at":"2013-01-28T03:34:17.000Z","updated_at":"2024-01-09T10:26:25.000Z","dependencies_parsed_at":"2024-01-14T08:07:02.801Z","dependency_job_id":null,"html_url":"https://github.com/dmotz/TuringType","commit_stats":{"total_commits":21,"total_committers":2,"mean_commits":10.5,"dds":0.09523809523809523,"last_synced_commit":"7cdd0dcd2f0f2a098d623e38726ac23eada1a15e"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmotz%2FTuringType","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmotz%2FTuringType/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmotz%2FTuringType/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmotz%2FTuringType/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dmotz","download_url":"https://codeload.github.com/dmotz/TuringType/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223685174,"owners_count":17185794,"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":["animation","coffeescript","javascript","typing"],"created_at":"2024-08-01T21:01:41.257Z","updated_at":"2024-11-08T12:31:22.755Z","avatar_url":"https://github.com/dmotz.png","language":"CoffeeScript","readme":"# [TuringType](http://oxism.com/TuringType)\n#### A naïve human typing simulation effect\n[Dan Motzenbecker](http://oxism.com), MIT License\n\n[@dcmotz](http://twitter.com/dcmotz)\n\nWritten quickly to scratch an itch; not intended to be an accurate algorithm.\n\nWatch the [demo](http://oxism.com/TuringType) to see what it does.\n\nUsage:\n```javascript\nnew TuringType(domElement, 'Just some text.');\n```\n\nWith some options:\n```javascript\nnew TuringType(domElement, 'Terrible but fast typist.', {\n  accuracy: 0.3,\n  interval: 20,\n  callback: allDone\n});\n```\n\nYou can also clear the input in a natural manner with `.clear()`:\n\n```javascript\nvar typer = new TuringType(element, \"let's season their broth\", {\n  callback: function() {setTimeout(typer.clear, 1000)}\n});\n```\n\n`clear()` is automatically bound to instances and accepts an optional integer\nindicating the number of characters to remove.\n\nHave fun.\n","funding_links":[],"categories":["javascript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmotz%2FTuringType","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdmotz%2FTuringType","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmotz%2FTuringType/lists"}