{"id":13643150,"url":"https://github.com/liuguangqiang/RippleLayout","last_synced_at":"2025-04-20T21:33:12.442Z","repository":{"id":57726239,"uuid":"72717894","full_name":"liuguangqiang/RippleLayout","owner":"liuguangqiang","description":"A layout that implemented ripple effect for transition animation.","archived":false,"fork":false,"pushed_at":"2016-11-16T02:57:59.000Z","size":8693,"stargazers_count":246,"open_issues_count":2,"forks_count":29,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-02T19:11:21.645Z","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/liuguangqiang.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-11-03T07:03:59.000Z","updated_at":"2024-11-02T04:43:49.000Z","dependencies_parsed_at":"2022-09-17T14:00:21.141Z","dependency_job_id":null,"html_url":"https://github.com/liuguangqiang/RippleLayout","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liuguangqiang%2FRippleLayout","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liuguangqiang%2FRippleLayout/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liuguangqiang%2FRippleLayout/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liuguangqiang%2FRippleLayout/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/liuguangqiang","download_url":"https://codeload.github.com/liuguangqiang/RippleLayout/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249965566,"owners_count":21352926,"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-08-02T01:01:42.619Z","updated_at":"2025-04-20T21:33:09.469Z","avatar_url":"https://github.com/liuguangqiang.png","language":"Java","funding_links":[],"categories":["MD"],"sub_categories":[],"readme":"RippleLayout\n======================================\nA layout that implemented ripple effect.\n\nA ripple is not just a circle that starts expanding from your finger till it covers all the view. In fact, the circle starts expanding from your finger while its center travels to the center of the view with a fixed speed. By the time the circle's center has reached the center of the view its radius will be equal to the distance between the view's center and its farthest edge. In this way, the ripple reaches every edge of the view at almost the same time.\n\n[原文链接](https://plus.google.com/+ChrisBasha/posts/iM4G2nsKmsG)\n\n## Screenshot\n![](arts/ripple.gif)\n\n![](arts/ripple1.gif)\n\n![](arts/ripple2.gif)\n\n## Usage\n### Gradle\n\n```\ndependencies {\n   \tcompile 'com.liuguangqiang.ripplelayout:library:0.1.0'\n}\n```\n\n### Maven\n```\n\u003cdependency\u003e\n  \u003cgroupId\u003ecom.liuguangqiang.ripplelayout\u003c/groupId\u003e\n  \u003cartifactId\u003elibrary\u003c/artifactId\u003e\n  \u003cversion\u003e0.1.0\u003c/version\u003e\n  \u003ctype\u003eaar\u003c/type\u003e\n\u003c/dependency\u003e\n```\n\n### Start Activity\nThe ripple animation can start from a Point or a View.\n\nBut the transition animation of the target activity must be implemented by yourself.\n\n```\nRipple.startActivity(MainActivity.this, TargetActivity.class, A point or a view);\n```\n\n## License\n\n    Copyright 2016 Eric Liu\n\n    Licensed under the Apache License, Version 2.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliuguangqiang%2FRippleLayout","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fliuguangqiang%2FRippleLayout","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliuguangqiang%2FRippleLayout/lists"}