{"id":15489167,"url":"https://github.com/alexmercerind/moving-letters-android","last_synced_at":"2025-04-16T07:35:24.457Z","repository":{"id":211909906,"uuid":"730207545","full_name":"alexmercerind/moving-letters-android","owner":"alexmercerind","description":"Text animation library for Jetpack Compose.","archived":false,"fork":false,"pushed_at":"2024-06-25T16:28:25.000Z","size":127,"stargazers_count":83,"open_issues_count":1,"forks_count":7,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-29T05:11:24.859Z","etag":null,"topics":["android","android-library","animations","jetpack-compose"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/alexmercerind.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-12-11T12:36:44.000Z","updated_at":"2025-03-01T11:12:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"9daa6d3f-6952-4192-b00f-c67da8bc2284","html_url":"https://github.com/alexmercerind/moving-letters-android","commit_stats":null,"previous_names":["alexmercerind/moving-letters-android"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexmercerind%2Fmoving-letters-android","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexmercerind%2Fmoving-letters-android/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexmercerind%2Fmoving-letters-android/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexmercerind%2Fmoving-letters-android/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexmercerind","download_url":"https://codeload.github.com/alexmercerind/moving-letters-android/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249213754,"owners_count":21231096,"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":["android","android-library","animations","jetpack-compose"],"created_at":"2024-10-02T07:04:16.777Z","updated_at":"2025-04-16T07:35:24.425Z","avatar_url":"https://github.com/alexmercerind.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [moving-letters-android](https://github.com/alexmercerind/moving-letters-android)\n\n#### Text animation library for Android (Jetpack Compose).\n\n## Guide\n\nFollowing text animations are available:\n\n#### ScaleInAnimatedText\n\n\u003cimg width=\"300\" src=\"https://github.com/alexmercerind/moving-letters-android/assets/28951144/4cbc4245-bc86-4279-8c50-f63017196c1d\"\u003e\u003c/img\u003e\n\n#### ScaleOutAnimatedText\n\n\u003cimg width=\"300\" src=\"https://github.com/alexmercerind/moving-letters-android/assets/28951144/eaacb4b2-a826-4d11-b709-6dcb40a9f2bd\"\u003e\u003c/img\u003e\n\n#### FadeAnimatedText\n\n\u003cimg width=\"300\" src=\"https://github.com/alexmercerind/moving-letters-android/assets/28951144/00123137-bc65-4ddc-aca3-425e5a3fce7e\"\u003e\u003c/img\u003e\n\n#### JumpAnimatedText\n\n\u003cimg width=\"300\" src=\"https://github.com/alexmercerind/moving-letters-android/assets/28951144/05ba4ce8-6f79-4378-8701-a6ce48f59531\"\u003e\u003c/img\u003e\n\n#### RotateAnimatedText\n\n\u003cimg width=\"300\" src=\"https://github.com/alexmercerind/moving-letters-android/assets/28951144/79f807c7-b9fa-4f1a-8fee-13fc538cda74\"\u003e\u003c/img\u003e\n\n#### Programmatic API\n\nYou may use `AnimatedTextState` as follows to control the animation programmatically:\n\n```kt\nval state = rememberAnimatedTextState()\n\nXYZAnimatedText(\n    state = state,\n    text = \"I like Jetpack Compose\"\n)\n\nstate.stop()\nstate.pause()\nstate.start()\nstate.resume()\n```\n\n#### Example Application\n\n\u003cimg width=\"300\" src=\"https://github.com/alexmercerind/moving-letters-android/assets/28951144/b9ad1f5a-0546-47e3-89c6-40159dfefc88\"\u003e\u003c/img\u003e\n\nYou may download the [APK](https://github.com/alexmercerind/moving-letters-android/files/13639901/app-release.zip) quick trial.\n\nThe [source-code of the example application](https://github.com/alexmercerind/moving-letters-android/tree/main/app/src/main/java/com/alexmercerind/example) provides more details.\n\n## Inspiration\n\n[Moving Letters for Web / JavaScript](https://tobiasahlin.com/moving-letters/) by [@tobiasahlin](https://twitter.com/tobiasahlin).\n\nI wanted to implement it in Jetpack Compose!\n\n## License\n\nCopyright © 2023 \u0026 onwards, Hitesh Kumar Saini.\n\nThis project \u0026 the work under this repository is governed by MIT license that can be found in the [LICENSE](./LICENSE) file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexmercerind%2Fmoving-letters-android","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexmercerind%2Fmoving-letters-android","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexmercerind%2Fmoving-letters-android/lists"}