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
- Host: GitHub
- URL: https://github.com/leoando/android-spring-animation-samples
- Owner: LeoAndo
- Created: 2021-10-13T09:53:01.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-13T18:12:33.000Z (almost 4 years ago)
- Last Synced: 2025-06-03T16:04:47.896Z (7 months ago)
- Topics: android-java, animation, spring-animation
- Language: Java
- Homepage:
- Size: 7.97 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Overview
[Spring Animation](https://developer.android.com/guide/topics/graphics/spring-animation)のサンプルがKotlinばかりだったので、Java版を作成しました
# development environment

# 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