{"id":21129917,"url":"https://github.com/vimalcvs/confetti-animation","last_synced_at":"2025-03-14T12:13:34.617Z","repository":{"id":237461661,"uuid":"621405828","full_name":"vimalcvs/Confetti-Animation","owner":"vimalcvs","description":"Confetti-Animation is a library for creating delightful confetti animations in Android apps. It provides an easy way to add colorful confetti effects to your app's UI.","archived":false,"fork":false,"pushed_at":"2023-06-25T05:47:42.000Z","size":140,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-21T06:11:26.249Z","etag":null,"topics":["animation","animation-effects","animation-library","confetti","confetti-animation","confetti-ball","confetti-view"],"latest_commit_sha":null,"homepage":"https://www.technovimal.in","language":"Java","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/vimalcvs.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-30T15:41:31.000Z","updated_at":"2023-10-25T13:56:44.000Z","dependencies_parsed_at":"2024-05-02T03:44:16.028Z","dependency_job_id":"c142f70f-28e8-47c8-a683-864c4c7b3f43","html_url":"https://github.com/vimalcvs/Confetti-Animation","commit_stats":null,"previous_names":["vimalcvs/confetti-animation"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vimalcvs%2FConfetti-Animation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vimalcvs%2FConfetti-Animation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vimalcvs%2FConfetti-Animation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vimalcvs%2FConfetti-Animation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vimalcvs","download_url":"https://codeload.github.com/vimalcvs/Confetti-Animation/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243573495,"owners_count":20312883,"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":["animation","animation-effects","animation-library","confetti","confetti-animation","confetti-ball","confetti-view"],"created_at":"2024-11-20T05:31:32.811Z","updated_at":"2025-03-14T12:13:34.599Z","avatar_url":"https://github.com/vimalcvs.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Confetti-Animation\n\nConfetti-Animation is a library for creating delightful confetti animations in Android apps. It provides an easy way to add colorful confetti effects to your app's UI.\n\n## Installation\n\nTo use Confetti-Animation in your project, follow these steps:\n\n1. Add the repository URL to your root `build.gradle` file:\n\n    ```groovy\n    allprojects {\n        repositories {\n            // Existing repositories\n            maven { url 'https://jitpack.io' }\n        }\n    }\n    ```\n\n2. Add the library dependency to your app's `build.gradle` file:\n\n    ```groovy\n    dependencies {\n        // Existing dependencies\n        implementation 'com.github.vimalcvs:Confetti-Animation:0.0.1'\n    }\n    ```\n\n## Usage\n\nTo create a confetti animation in your app, you can use the `ConfettiAnimation` class provided by the library. Here's an example of how to use it:\n\n```java\n// Instantiate the ConfettiAnimation\nConfettiAnimation confettiAnimation = new ConfettiAnimation.Builder()\n        .setContext(context)\n        .setContainer(containerView)\n        .setColors(Color.RED, Color.GREEN, Color.BLUE)\n        .setDuration(3000)\n        .setConfettiCount(100)\n        .build();\n\n// Start the animation\nconfettiAnimation.start();\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvimalcvs%2Fconfetti-animation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvimalcvs%2Fconfetti-animation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvimalcvs%2Fconfetti-animation/lists"}