{"id":27260734,"url":"https://github.com/rolud/solidglowanimation","last_synced_at":"2025-10-08T16:08:14.322Z","repository":{"id":161070713,"uuid":"262802147","full_name":"rolud/SolidGlowAnimation","owner":"rolud","description":"Android component to fast implements a glow animation behind views.","archived":false,"fork":false,"pushed_at":"2020-05-11T08:12:13.000Z","size":145,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-11T07:05:23.448Z","etag":null,"topics":["android","android-animation","android-app","android-library","android-ui","animation","ui","ui-component"],"latest_commit_sha":null,"homepage":null,"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/rolud.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,"zenodo":null}},"created_at":"2020-05-10T14:14:41.000Z","updated_at":"2025-07-11T05:19:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"616f84f7-b52a-4866-8fba-793b9e6fc114","html_url":"https://github.com/rolud/SolidGlowAnimation","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/rolud/SolidGlowAnimation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rolud%2FSolidGlowAnimation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rolud%2FSolidGlowAnimation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rolud%2FSolidGlowAnimation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rolud%2FSolidGlowAnimation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rolud","download_url":"https://codeload.github.com/rolud/SolidGlowAnimation/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rolud%2FSolidGlowAnimation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278972764,"owners_count":26078101,"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-08T02:00:06.501Z","response_time":56,"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","android-animation","android-app","android-library","android-ui","animation","ui","ui-component"],"created_at":"2025-04-11T04:54:11.750Z","updated_at":"2025-10-08T16:08:14.318Z","avatar_url":"https://github.com/rolud.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# **SolidGlowAnimation** \n\n![Platform](https://img.shields.io/badge/platform-Android-brightgreen)\n![Jitpack](https://img.shields.io/badge/JitPack-1.0.2-brightgreen)\n![Kotlin](https://img.shields.io/badge/made%20with-Kotlin-orange)\n\n\nAndroid component to fast implements a glow animation behind views.\n\nSolidGlowAnimation allows to create an animated glow around views. It supports:\n- layers\n- up to 5 different colors\n- rounded corners\n- customizable duration\n- customizable start delay \n\n ![example](https://media1.giphy.com/media/MDlqewpg2nWQFqCi1p/giphy.gif)\n\n\n ## **Usage**\n\nIn XML layout, wrap the view you want to add animation with SolidGlowAnimation:\n\n```xml\n\u003cSolidGlowAnimation\n    android:layout_width=\"wrap_content\"\n    android:layout_height=\"wrap_content\"\n    android:layout_marginTop=\"50dp\"\n    app:layers=\"3\"\n    app:color1=\"#f00\"\n    app:color2=\"#0f0\"\n    app:color3=\"#00f\"\n    app:duration=\"1000\"\n    app:scaleMax=\"1.5\"\n    android:radius=\"20dp\" \u003e\n\n    \u003cButton\n        android:layout_width=\"wrap_content\"\n        android:layout_height=\"wrap_content\"\n        android:layout_margin=\"50dp\"\n        android:text=\"SolidGlowAnimation\"/\u003e\n\n\u003c/SolidGlowAnimation\u003e\n```\n\n### Available attributes\n- **layers** (integer) : number of animated layers.\n- **color1**, **color2**, **color3**, **color4**, **color5**  (color)\n- **duration** (integer) : single layer animation duration in milliseconds\n- **startDelay** (integer) : delay with which the animation starts, in milliseconds\n- **radius** (dimension) : set coner radius\n- **scaleMax** (float) : set max dimension of the animation\n\nTo start animation:\n ```kotlin\n solidGlowAnimation.startAnimation()\n ```\n\nTo stop animation:\n ```kotlin\n solidGlowAnimation.stopAnimation()\n ```\n\n\n\n## **Gradle**\n\nTo use SolidGlowAnimation, in project's build.gradle add:\n\n```gradle\nallProjecs {\n    repositories {\n        ...\n        maven { url 'https://jitpack.io' }\n    }\n}\n```\n\nIn app's build.gradle add:\n \n```gradle\ndependencies {\n    implementation 'com.github.rolud:SolidGlowAnimation:1.0.2'\n}\n```\n\n\n---\n[License](./LICENSE.md)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frolud%2Fsolidglowanimation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frolud%2Fsolidglowanimation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frolud%2Fsolidglowanimation/lists"}