{"id":13396375,"url":"https://github.com/asyl/ArcAnimator","last_synced_at":"2025-03-13T23:30:48.937Z","repository":{"id":144340024,"uuid":"31375388","full_name":"asyl/ArcAnimator","owner":"asyl","description":"ArcAnimator helps to create arc transition animation: 2.3.+","archived":false,"fork":false,"pushed_at":"2021-03-28T21:29:01.000Z","size":127,"stargazers_count":1215,"open_issues_count":5,"forks_count":166,"subscribers_count":43,"default_branch":"master","last_synced_at":"2025-03-11T07:05:03.340Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/asyl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2015-02-26T16:06:44.000Z","updated_at":"2025-01-12T11:58:58.000Z","dependencies_parsed_at":"2023-10-20T18:04:25.139Z","dependency_job_id":null,"html_url":"https://github.com/asyl/ArcAnimator","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/asyl%2FArcAnimator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asyl%2FArcAnimator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asyl%2FArcAnimator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asyl%2FArcAnimator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/asyl","download_url":"https://codeload.github.com/asyl/ArcAnimator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243499815,"owners_count":20300693,"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:48.474Z","updated_at":"2025-03-13T23:30:48.469Z","avatar_url":"https://github.com/asyl.png","language":"Java","readme":"# ArcAnimator\nArcAnimator helps to create arc transition animation: 14+\n\n\u003cimg width=\"270\" height=\"480\" src=\"http://i.imgur.com/DSiQxbg.gif\" /\u003e|\u003cimg width=\"270\" height=\"480\" src=\"http://i.imgur.com/aLcLrGk.gif\" /\u003e\n\nArcAnimator Demo   |   TransitionLoop Demo*\n\n*TransitionLoop Prototype  by Min-Sang Choi \u003ca href=\"https://dribbble.com/shots/1828095-Chaining-Animation-with-framerjs\"\u003eDribbble\u003c/a\u003e\n\n- \u003ca href=\"https://www.youtube.com/watch?v=ePvGyL-_0DA\" target=\"_blank\"\u003eYouTube Video for #1 gif\u003c/a\u003e\n- \u003ca href=\"https://www.youtube.com/watch?v=jMNkmxqG0zQ\" target=\"_blank\"\u003eYouTube Video for #2 gif\u003c/a\u003e\n\nUsage\n===\nAdd the library to your project:\n```groovy\n  compile 'com.github.asyl.animation:arcanimator:1.0.0'\n```\n\nThen use it in your project code:\n```java\n  //set up clipView and coordinates where clipView will move\n  ArcAnimator.createArcAnimator(clipView, endX, endY, DEGREE, SIDE)\n                    .setDuration(500)\n                    .start();\n  \n  //or specify nestView for clipView. Animator will take center x,y coordinates of nestView\n  ArcAnimator.createArcAnimator(clipView, nestView, DEGREE, SIDE)\n                    .setDuration(500)\n                    .start();\n```\n\nDownload\n===\n\n[![JitPack](https://img.shields.io/github/tag/asyl/ArcAnimator.svg?label=maven)](https://jitpack.io/#asyl/ArcAnimator)\n\nTo include this library in your project add to your build.gradle:\n\n```gradle\n\trepositories {\n\t    maven { url \"https://jitpack.io\" }\n\t}\n\t\n\tdependencies {\n\t    compile 'com.github.asyl:ArcAnimator:v1.0.0'\n\t}\n```\n\nDependency\n===\n- Ozodrukh's \u003ca href=\"https://github.com/ozodrukh/CircularReveal\"\u003eCircularReveal\u003c/a\u003e helped to create awesome TransitionLoop Demo\n\nThanks\n===\nI want to thank \u003ca href=\"https://github.com/SherzodAgzamov\"\u003eSherzod Agzamov\u003c/a\u003e for helping to solve some Geometry problems \u0026 \u003ca href=\"https://github.com/ozodrukh\"\u003eOzodrukh\u003c/a\u003e for support and tips that help to make this library.\n\nLicense\n--------\n\n    The MIT License (MIT)\n\n    Copyright (c) 2015 Asylbek Isakov\n    \n    Permission is hereby granted, free of charge, to any person obtaining a copy\n    of this software and associated documentation files (the \"Software\"), to deal\n    in the Software without restriction, including without limitation the rights\n    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n    copies of the Software, and to permit persons to whom the Software is\n    furnished to do so, subject to the following conditions:\n    \n    The above copyright notice and this permission notice shall be included in\n    all copies or substantial portions of the Software.\n    \n    THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n    THE SOFTWARE.\n","funding_links":[],"categories":["Index `(light-weight pages)`","Java","Android","Libraries","Index","Libs"],"sub_categories":["Animations","\u003cA NAME=\"Animations\"\u003e\u003c/A\u003eAnimations"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasyl%2FArcAnimator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasyl%2FArcAnimator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasyl%2FArcAnimator/lists"}