• Stars
    star
    416
  • Rank 104,068 (Top 3 %)
  • Language
    Kotlin
  • Created over 6 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Transition between a circle to a square. ⚪️→ ⬜️

RadiusTransition

A showcase of how to transition between a circlular image to a square one across activities. The image in this example is fetched via Glide.

Preview

Transition from circle to square

The Transition

In reality, all you need to know in terms of transition is inside the RadiusTransition class. This repo shows you how to use it and how to combine it with multiple transitions such as the ChangeShape and ArcMotion for a nicer effect.