{"id":18702732,"url":"https://github.com/dcrousso/typimate","last_synced_at":"2025-11-09T01:30:38.627Z","repository":{"id":16768244,"uuid":"19526292","full_name":"dcrousso/Typimate","owner":"dcrousso","description":"Add animations to each character in a block of text","archived":false,"fork":false,"pushed_at":"2014-10-16T20:11:11.000Z","size":184,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-28T06:07:41.838Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/dcrousso.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":"2014-05-07T08:08:02.000Z","updated_at":"2019-10-07T04:44:28.000Z","dependencies_parsed_at":"2022-08-25T11:10:21.112Z","dependency_job_id":null,"html_url":"https://github.com/dcrousso/Typimate","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcrousso%2FTypimate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcrousso%2FTypimate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcrousso%2FTypimate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcrousso%2FTypimate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dcrousso","download_url":"https://codeload.github.com/dcrousso/Typimate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239565664,"owners_count":19660158,"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-11-07T11:46:51.045Z","updated_at":"2025-11-09T01:30:38.571Z","avatar_url":"https://github.com/dcrousso.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"#A jQuery Plugin for text animations\nfrom the basic typewriter effect to fading drop-down letters\n\n## Download\n Get the [raw](https://raw.github.com/dcrousso/Typimate/master/jquery.typimate.js) script, download the complete [package](https://github.com/dcrousso/Typimate/zipball/master) or fork it on [GitHub](https://github.com/dcrousso/Typimate/).\n\n [Let me know](http://devinrousso.com/contact) if you used this plugin and had fun with it.\n\n\n## Installation\nAdd the following script before your closing ```\u003c/body\u003e``` tag:\n\n```\u003cscript src=\"jquery.typimate.min.js\"\u003e\u003c/script\u003e```\n\n\n## Options\n\nOption | Type | Default | Description | Values\n------ | ---- | ------- | ----------- | ------\nanimation | string | \"fade\" | Determines the type of animation effect | \"fade\", \"none\"\ndirection | string | \"forward\" | Direction that animation travels | \"forward\", \"backward\", \"ends\", \"middle\"\nduration | int | 400 | How long each animation takes | Integer\neasing | string | \"in\" | The direction in which the animation progresses | \"in\", \"out\", \"inOut\"\ninterval | int | 100 | Time between each letter animation | Integer\nleaveNoTrace | boolean | true | Toggles whether element is set back to original form | true, false\nonComplete | function | $.noop | Function that runs once the animation is complete | Function\nonLetter | function | $.noop | Function that runs after each letter animation | Function\nscramble | boolean | false | Whether letters are temporarily scrambled while animating | true and false\ntimeout | int | 0 | Timeout before starting the animation | Integer\n\n\n## Initialization\n\nReplace ```element``` with the ID/class of any object with text in it\n```javascript\n$(element).typimate({\n\tduration: 400,\n\tinterval: 100,\n\ttimeout: 0\n});\n```\n__Make sure that ```element``` has no other child elements except for text__\n\n## Dependencies\n\njQuery 1.8\n```\u003cscript src=\"//code.jquery.com/jquery-1.8.0.min.js\"\u003e\u003c/script\u003e```\n\n\n## License\n\nThe MIT License (MIT)\n\nCopyright (c) 2014 Devin Rousso","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcrousso%2Ftypimate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdcrousso%2Ftypimate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcrousso%2Ftypimate/lists"}