{"id":18702733,"url":"https://github.com/dcrousso/shuffletext","last_synced_at":"2025-11-09T01:30:38.533Z","repository":{"id":21949111,"uuid":"25273623","full_name":"dcrousso/ShuffleText","owner":"dcrousso","description":"Shuffle any text","archived":false,"fork":false,"pushed_at":"2014-10-15T21:08:27.000Z","size":100,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-28T06:07:41.581Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://devinrousso.com/projects/shuffleText/","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-10-15T21:07:58.000Z","updated_at":"2019-10-07T04:43:20.000Z","dependencies_parsed_at":"2022-08-20T03:21:35.022Z","dependency_job_id":null,"html_url":"https://github.com/dcrousso/ShuffleText","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%2FShuffleText","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcrousso%2FShuffleText/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcrousso%2FShuffleText/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcrousso%2FShuffleText/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dcrousso","download_url":"https://codeload.github.com/dcrousso/ShuffleText/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.447Z","updated_at":"2025-11-09T01:30:38.490Z","avatar_url":"https://github.com/dcrousso.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"#A jQuery Plugin for shuffling text\n\n## Download\n Get the [raw](https://raw.github.com/dcrousso/ShuffleText/master/jquery.shuffleText.js) script, download the complete [package](https://github.com/dcrousso/ShuffleText/zipball/master) or fork it on [GitHub](https://github.com/dcrousso/ShuffleText/).\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.shuffleText.min.js\"\u003e\u003c/script\u003e```\n\n\n## Options\nOption | Type | Default | Description | Values\n------ | ---- | ------- | ----------- | ------\nanimate | boolean | false | Adds randomization when changing characters | true and false\nbound | string | 'none' | Determines where string will be split | \"none\", \"word\", and \"sentence\"\nkeep_caps | boolean | true | Determines whether letters stay capitalized | true, false, and \"random\"\ninclude_punctuation | boolean | false | Determines whether punctuation marks are shuffled | true and false\ninterval | int | 0 | Amount of time between letter changes | Integer\ntimeout | int | 0 | Amount of time before text starts to change | Integer\n\n## Initialization\nReplace ```element``` with the ID/class of any object with text in it\n```javascript\n$(element).shuffleText({\n\tbound: \"word\",\n\tkeep_caps: \"random\",\n\tinclude_punctuation: true\n});\n```\n__Make sure that ```element``` has no other child elements except for text__\n\n## Dependencies\njQuery 1.8\n```\u003cscript src=\"//code.jquery.com/jquery-1.8.0.min.js\"\u003e\u003c/script\u003e```\n\n\n## License\nThe MIT License (MIT)\n\nCopyright (c) 2014 Devin Rousso","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcrousso%2Fshuffletext","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdcrousso%2Fshuffletext","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcrousso%2Fshuffletext/lists"}