{"id":13519507,"url":"https://github.com/layervault/jquery.typer.js","last_synced_at":"2025-10-22T14:36:07.614Z","repository":{"id":58237465,"uuid":"5184145","full_name":"layervault/jquery.typer.js","owner":"layervault","description":"A simple jQuery plugin for a slick typing effect.","archived":false,"fork":false,"pushed_at":"2020-04-17T04:41:36.000Z","size":200,"stargazers_count":743,"open_issues_count":20,"forks_count":102,"subscribers_count":27,"default_branch":"master","last_synced_at":"2025-09-19T11:38:19.568Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/layervault.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":"2012-07-25T20:27:24.000Z","updated_at":"2025-02-20T11:08:12.000Z","dependencies_parsed_at":"2022-08-31T03:01:49.479Z","dependency_job_id":null,"html_url":"https://github.com/layervault/jquery.typer.js","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/layervault/jquery.typer.js","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/layervault%2Fjquery.typer.js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/layervault%2Fjquery.typer.js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/layervault%2Fjquery.typer.js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/layervault%2Fjquery.typer.js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/layervault","download_url":"https://codeload.github.com/layervault/jquery.typer.js/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/layervault%2Fjquery.typer.js/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280450656,"owners_count":26332953,"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","status":"online","status_checked_at":"2025-10-22T02:00:06.515Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-08-01T05:01:59.896Z","updated_at":"2025-10-22T14:36:07.574Z","avatar_url":"https://github.com/layervault.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"## Usage\njquery.typer.js can be used one of two ways:\n\n### Type once with typeTo()\n\nIf you just want to use the effect once, use `typeTo()`. It can be used as follows:\n\n```javascript\n$('h3').typeTo(\"New Text\");\n```\n\nThis will do a one-time transition.\n\n### Type indefinitely with typer()\n\nNow let's say you want to loop over a set of strings for the typing effect. Easy!\n\n```javascript\n$('[data-typer-targets]').typer();\n```\n\nThat code will start the effect on all elements with the `data-typer-targets` attribute.\n\nYou obviously need to supply it with some source data. The `data-typer-targets` attribute can be either a comma-separated string or a piece of JSON.\n\n### Options\n\nThere are some options that are available to you as well:\n\n```javascript\n// Defaults\n{\n  highlightSpeed    : 20,\n  typeSpeed         : 100,\n  clearDelay        : 500,\n  typeDelay         : 200,\n  clearOnHighlight  : true,\n  typerDataAttr     : 'data-typer-targets',\n  typerInterval     : 2000\n}\n```\n\nSet the options individually:\n\n```javascript\n$.typer.options.highlightSpeed = 500;\n```\n## About\n\njquery.typer.js was originally developed for [LayerVault](http://layervault.com) by [Kelly Sutton](http://kellysutton.com).\n\nYou can see more projects from LayerVault in the [LayerVault Cosmos](http://cosmos.layervault.com).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flayervault%2Fjquery.typer.js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flayervault%2Fjquery.typer.js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flayervault%2Fjquery.typer.js/lists"}