{"id":18473131,"url":"https://github.com/trycatchx/revealanimationlayout","last_synced_at":"2026-03-02T01:33:34.228Z","repository":{"id":112360010,"uuid":"178361869","full_name":"trycatchx/RevealAnimationLayout","owner":"trycatchx","description":"自定义的揭露动画","archived":false,"fork":false,"pushed_at":"2020-05-05T09:47:48.000Z","size":1619,"stargazers_count":25,"open_issues_count":1,"forks_count":10,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-08T12:46:47.311Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/trycatchx.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":"2019-03-29T08:13:35.000Z","updated_at":"2024-11-12T08:25:31.000Z","dependencies_parsed_at":"2023-05-13T15:00:40.750Z","dependency_job_id":null,"html_url":"https://github.com/trycatchx/RevealAnimationLayout","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/trycatchx/RevealAnimationLayout","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trycatchx%2FRevealAnimationLayout","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trycatchx%2FRevealAnimationLayout/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trycatchx%2FRevealAnimationLayout/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trycatchx%2FRevealAnimationLayout/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trycatchx","download_url":"https://codeload.github.com/trycatchx/RevealAnimationLayout/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trycatchx%2FRevealAnimationLayout/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29989018,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T22:42:38.399Z","status":"ssl_error","status_checked_at":"2026-03-01T22:41:51.863Z","response_time":124,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-11-06T10:23:43.389Z","updated_at":"2026-03-02T01:33:34.207Z","avatar_url":"https://github.com/trycatchx.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n# RevealAnimationLayout\n![Build Status](https://img.shields.io/badge/build-passing-brightgreen)\n\n本动画揭露库，已经兼容 android9.0 版本，提供 6 种类的揭露动画，如需更多效果，可自行拓展。\n\n\n## Design sketch\n![效果图](https://upload-images.jianshu.io/upload_images/2788235-0b6901cb3c5c1058.gif?imageMogr2/auto-orient/strip)\n\n\n\n## Usage：\n- 在你需要做动画的布局上，套上```RevealAnimationLayout``` 就可以了，**支持套任何布局！！！**\n\n```\n    \u003ccom.revealanimation.RevealAnimationLayout\n        android:id=\"@+id/animat_layout\"\n        android:layout_width=\"match_parent\"\n        android:layout_height=\"wrap_content\"\n        \u003e\n        \u003cImageView\n            android:layout_width=\"match_parent\"\n            android:layout_height=\"400dp\"\n            android:layout_marginLeft=\"50dp\"\n            android:layout_marginRight=\"50dp\"\n            android:scaleType=\"centerCrop\"\n            android:src=\"@mipmap/test\"/\u003e\n    \u003c/com.revealanimation.RevealAnimationLayout\u003e\n\n // java 代码中，调用\nmClipAnimationLayout.startAnimal(RevealAnimationLayout.AnimaType.Circle);\n```\n\n## Status\n本库还是测试状态，欢迎各位进行 commit ，指出不正之处。或者可以新建 issue 提出问题，我将一一解答。\n\n\n\n## Blog Website\n博客：https://www.jianshu.com/p/ab8a145e9b4a\n\n鸣谢：gcssloop 作者给了我灵感。\n\n\n## License\n\n```\nCopyright (C) 2015 Thomas Bruyelle\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\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrycatchx%2Frevealanimationlayout","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrycatchx%2Frevealanimationlayout","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrycatchx%2Frevealanimationlayout/lists"}