# renaudcerrato/ToggleDrawable

Easy drawable animation using beziers curves.

Repository: https://github.com/renaudcerrato/ToggleDrawable
Canonical: https://ross.abutalabs.com/products/toggledrawable
Language: Java
License: Apache-2.0
License Family: permissive
Last push: 2016-01-25T19:56:13+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3906, "days_push": 3873, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1121, forks 124 (observed 2026-08-28T04:03:39.898837+00:00)

## What it is
An Android library for creating animated drawable transitions using bezier curves, with a minimal API. It ships ready-made drawables like search-to-arrow and drawer-arrow transitions and lets you define custom morphs by pairing start and end bezier paths.

## Use cases
- animate a search icon morphing into an arrow on Android
- create a hamburger-to-arrow drawer toggle animation
- morph between two icon shapes with bezier curves
- build custom animated drawables for Android below API 19
- animate icon transitions driven by a progress value

## When to choose
- you need lightweight icon morph animations on Android without SVG/vector-drawable API 19+ requirements
- you want fine-grained control over icon transitions via bezier curves
- you need a progress-driven drawable animation tied to gestures or scroll

## When to avoid
- you are targeting modern Android and can use built-in AnimatedVectorDrawable
- you need complex SVG path animations rather than simple bezier morphs
- you need a cross-platform or non-Android animation solution

## Facets
- artifact type: library
- maturity: maintenance
- function: animation, ui-components, graphics
- domain: mobile-development, android-tools, graphics
- platform: -
- tags: drawable-animation, bezier-curves, android-library, morphing-icons, toggle-icons, android, mobile

## Member repositories
- renaudcerrato/ToggleDrawable (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:39.898837+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:41:01.699416+00:00, confidence not recorded.
  - readme: https://github.com/renaudcerrato/ToggleDrawable (fetched 2026-08-28T04:03:39.898837+00:00, sha 76bf8be1c378)
- Data as of 2026-08-30T08:39:29.467469+00:00.
