An open API service indexing awesome lists of open source software.

https://github.com/leoando/android-spring-animation-samples

sample for SpringAnimation
https://github.com/leoando/android-spring-animation-samples

android-java animation spring-animation

Last synced: 5 months ago
JSON representation

sample for SpringAnimation

Awesome Lists containing this project

README

          

# Overview

[Spring Animation](https://developer.android.com/guide/topics/graphics/spring-animation)のサンプルがKotlinばかりだったので、Java版を作成しました

# development environment

127751156-0638bd97-e532-43e9-be12-e758a7118141

# Example #1 - Position

## code
https://github.com/LeoAndo/android-spring-animation-samples/tree/main/BasicAppSample

## capture

| Pixel 4 OS8 |
|:---|
|

# Example #2 – Rotation

## code
https://github.com/LeoAndo/android-spring-animation-samples/tree/main/BasicAppSample

## capture

| Pixel 4 OS8 |
|:---|
|

# refs
https://developer.android.com/guide/topics/graphics/spring-animation

https://github.com/lcdsmao/SpringX

https://github.com/huan-nguyen/SpringAnimation

https://www.thedroidsonroids.com/blog/springanimation-examples

https://github.com/TakuSemba/SpringSample

https://github.com/yaraki/AnimateIt