MCPcopy Index your code
hub / github.com/asyl/ArcAnimator

github.com/asyl/ArcAnimator @v1.0.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.0.0 ↗ · + Follow
68 symbols 155 edges 7 files 3 documented · 4%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

ArcAnimator

ArcAnimator helps to create arc transition animation: 2.3+

|

ArcAnimator Demo | TransitionLoop Demo*

*TransitionLoop Prototype by Min-Sang Choi Dribbble

Usage

  //set up clipView and coordinates where clipView will move
  ArcAnimator arcAnimator = ArcAnimator.createArcShift(clipView, endX, endY, DEGREE, SIDE)
                    .setDuration(500)
                    .start();

  //or specify nestView for clipView. Animator will take center x,y coordinates of nestView
  ArcAnimator arcAnimator = ArcAnimator.createArcShift(clipView, nestView, DEGREE, SIDE)
                    .setDuration(500)
                    .start();

Dependency

Thanks

I want to thank Sherzod Agzamov for helping to solve some Geometry problems & Ozodrukh for support and tips that help to make this library.

License

The MIT License (MIT)

Copyright (c) 2015 Asylbek Isakov

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

Core symbols most depended-on inside this repo

start
called by 9
animator/src/main/java/io/codetail/animation/ArcAnimator.java
addListener
called by 8
animator/src/main/java/io/codetail/animation/ArcAnimator.java
setInterpolator
called by 7
animator/src/main/java/io/codetail/animation/ArcAnimator.java
setDuration
called by 5
animator/src/main/java/io/codetail/animation/ArcAnimator.java
sin
called by 4
animator/src/main/java/io/codetail/animation/Utils.java
createArcShift
called by 2
animator/src/main/java/io/codetail/animation/ArcAnimator.java
centerX
called by 2
animator/src/main/java/io/codetail/animation/Utils.java
centerY
called by 2
animator/src/main/java/io/codetail/animation/Utils.java

Shape

Method 60
Class 7
Enum 1

Languages

Java100%

Modules by API surface

sample/src/main/java/io/codetail/arcsample/TransitionLoopFragment.java19 symbols
animator/src/main/java/io/codetail/animation/ArcAnimator.java18 symbols
animator/src/main/java/io/codetail/animation/ArcMetric.java15 symbols
animator/src/main/java/io/codetail/animation/Utils.java7 symbols
sample/src/main/java/io/codetail/arcsample/MainActivity.java4 symbols
sample/src/main/java/io/codetail/arcsample/Utils.java3 symbols
animator/src/main/java/io/codetail/animation/Side.java2 symbols

For agents

$ claude mcp add ArcAnimator \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page