{"id":13805880,"url":"https://github.com/akzhy/typebot","last_synced_at":"2025-05-13T21:31:45.914Z","repository":{"id":97347606,"uuid":"63479375","full_name":"akzhy/typebot","owner":"akzhy","description":"Javascript library for typing animation ","archived":true,"fork":false,"pushed_at":"2016-08-10T01:30:20.000Z","size":4732,"stargazers_count":18,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-05-21T03:57:43.591Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/akzhy.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":"2016-07-16T11:12:47.000Z","updated_at":"2023-01-28T10:07:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"2205508b-736d-47b8-9462-64b6b9ef2bb5","html_url":"https://github.com/akzhy/typebot","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akzhy%2Ftypebot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akzhy%2Ftypebot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akzhy%2Ftypebot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akzhy%2Ftypebot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akzhy","download_url":"https://codeload.github.com/akzhy/typebot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":213870459,"owners_count":15650178,"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":[],"created_at":"2024-08-04T01:01:05.884Z","updated_at":"2024-08-04T01:05:26.417Z","avatar_url":"https://github.com/akzhy.png","language":"HTML","readme":"# typebot\nJavascript library for typing animation \n\n**Usage:**\n\ninclude \n```html\n\u003cscript src=\"typebot.js\"\u003e\u003c/script\u003e\n```\n\nAnd in js\n\n```javascript\nnew typebot(element,speed,delay,text,blinker,paused)\n```\n\nThe argument `element` is the element to be selected eg: `\"#myElement\"`,`\".myElement\"`\n`speed` is the typing speed and `delay` is the delay between the typing of each letter \n`text` must be an array containing the text to be typed. Each element in the array acts as a new line.\n`blinker`(boolean) set to `true` shows the blinker and set to `false` hides the blinker.\n`paused`(boolean) set to `true` will pause the typing and will not start typing until `.start()` is called.\n\nMethods:\n\n`.done(function)` executes after all the texts are typed with the function given in the argument\n\n`.onLayerEnd(function)` executes at the end of a line\n\n`.onLayerStart(function)` executes at the beginning of a line\n\n`.whileTyping(function)` executes as each letter is typed\n\n`.onstart` executes at the beginning of each line\n\n`.pause()` pauses the typing and `.start()` continues it\n\n`.destroy()` terminates typing\n\n**[Demo on Codepen](http://codepen.io/akshay-7/pen/Wxrgrw)**\n\n\n\n\n\n\n\n\n\n\n","funding_links":[],"categories":["Text"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakzhy%2Ftypebot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakzhy%2Ftypebot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakzhy%2Ftypebot/lists"}