{"id":25770941,"url":"https://github.com/t8rin/marquee","last_synced_at":"2025-10-09T11:35:36.703Z","repository":{"id":111249953,"uuid":"581899060","full_name":"T8RIN/Marquee","owner":"T8RIN","description":"Marquee effect implementation for Jetpack Compose","archived":false,"fork":false,"pushed_at":"2022-12-24T19:38:21.000Z","size":9,"stargazers_count":31,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-01T15:56:28.853Z","etag":null,"topics":["android","coroutines","decoration","effect","jetpack-compose","kotlin","marquee"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/T8RIN.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":"2022-12-24T19:28:37.000Z","updated_at":"2024-08-05T21:44:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"c810a750-592e-46b4-929d-71dfc745c346","html_url":"https://github.com/T8RIN/Marquee","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/T8RIN/Marquee","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/T8RIN%2FMarquee","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/T8RIN%2FMarquee/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/T8RIN%2FMarquee/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/T8RIN%2FMarquee/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/T8RIN","download_url":"https://codeload.github.com/T8RIN/Marquee/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/T8RIN%2FMarquee/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001304,"owners_count":26083058,"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-09T02:00:07.460Z","response_time":59,"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":["android","coroutines","decoration","effect","jetpack-compose","kotlin","marquee"],"created_at":"2025-02-27T02:46:22.309Z","updated_at":"2025-10-09T11:35:36.699Z","avatar_url":"https://github.com/T8RIN.png","language":"Kotlin","readme":"# Marquee\n\nThis class will help to add xml like marquee effect to any composable\n\nCopy Marquee.kt file to your repository and you are ready to engage!\n\n\n```kotlin\n//Usage example\nMarquee(\n    modifier = Modifier, //Modifier of Marquee Box\n    params = defaultMarqueeParams(), //Params for specifying its appearance\n) {\n    //Your content goes here\n    Text(text = \"Very very long text, which doesn't fit whole screen and needed to be scrolled horizontally\")\n}\n```\n\n## Note \nAlso remember to add this dependencies to local build.gradle folder\n```kotlin\nimplementation(\"org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4\")\nimplementation(\"androidx.compose.ui:ui:1.4.0-alpha03\")\nimplementation(\"androidx.compose.foundation:foundation:1.4.0-alpha03\")\n```\n\n## Find this repository useful? :heart:\nSupport it by joining __[stargazers](https://github.com/t8rin/marquee/stargazers)__ for this repository. :star: \u003cbr\u003e\nAnd __[follow](https://github.com/t8rin)__ me for my next creations! 🤩\n\n# License\n```xml\nDesigned and developed by 2022 T8RIN\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n   http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n```\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ft8rin%2Fmarquee","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ft8rin%2Fmarquee","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ft8rin%2Fmarquee/lists"}