{"id":13396331,"url":"https://github.com/race604/WaveLoading","last_synced_at":"2025-03-13T22:32:09.935Z","repository":{"id":39617539,"uuid":"75813808","full_name":"race604/WaveLoading","owner":"race604","description":"A wave-like loading drawable","archived":false,"fork":false,"pushed_at":"2018-05-05T22:20:21.000Z","size":1327,"stargazers_count":1447,"open_issues_count":9,"forks_count":173,"subscribers_count":29,"default_branch":"master","last_synced_at":"2024-10-15T23:45:37.497Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/race604.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":"2016-12-07T08:07:09.000Z","updated_at":"2024-09-29T13:19:48.000Z","dependencies_parsed_at":"2022-09-15T21:42:27.364Z","dependency_job_id":null,"html_url":"https://github.com/race604/WaveLoading","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/race604%2FWaveLoading","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/race604%2FWaveLoading/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/race604%2FWaveLoading/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/race604%2FWaveLoading/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/race604","download_url":"https://codeload.github.com/race604/WaveLoading/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242858692,"owners_count":20196847,"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-07-30T18:00:45.092Z","updated_at":"2025-03-13T22:32:09.544Z","avatar_url":"https://github.com/race604.png","language":"Java","readme":"#WaveLoading\n\nThis library provides a *wave loading* animation as a **Drawable**.\n\n![screenshot](./screenshots/screenshot.gif)\n\n## How to use\n\nAdd dependency:\n\n```\ncompile 'com.race604.waveloading:library:1.1.1'\n```\n\nUse in your project with only one line:\n\n```\nDrawable mWaveDrawable = new WaveDrawable(otherDrawable);\n\n// Use as common drawable\nimageView.setImageDrawable(mWaveDrawable);\n```\n\nOther configurable APIs:\n\n* `public void setWaveAmplitude(int amplitude)`, set wave amplitude (in pixels)\n* `public void setWaveLength(int length)`, set wave length (in pixels)\n* `public void setWaveSpeed(int step)`, set wave move speed (in pixels)\n* `public void setIndeterminate(boolean indeterminate)`, like progress bar, if run\nin *indeterminate* mode, it'll increase water level over and over again, otherwise, you can\nuse `boolean setLevel(int level)` to set the water level, acting as loading progress.\n* `public void setIndeterminateAnimator(ValueAnimator animator)`, set you customised animator\nfor wave loading animation in indeterminate mode.\n\n## License\nMIT\n","funding_links":[],"categories":["Index `(light-weight pages)`","Index","Wave"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frace604%2FWaveLoading","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frace604%2FWaveLoading","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frace604%2FWaveLoading/lists"}