compose-animations
⚡️ A collection of Jetpack Compose animations for the best practices. Tweak literals at the top of any file, save, and watch the motion morph in real-time.
파일 탐색기
최종 버전 다운로드 (.zip)- Bug_report.md
- Feature_request.md
- CODEOWNERS
- FUNDING.yml
- pull_request_template.md
- AnimationCatalog.kt
- AnimationExample1.kt
- AnimationExample10.kt
- AnimationExample11.kt
- AnimationExample12.kt
- AnimationExample13.kt
- AnimationExample14.kt
- AnimationExample15.kt
- AnimationExample16.kt
- AnimationExample17.kt
- AnimationExample18.kt
- AnimationExample19.kt
- AnimationExample2.kt
- AnimationExample20.kt
- AnimationExample21.kt
- AnimationExample22.kt
- AnimationExample3.kt
- AnimationExample4.kt
- AnimationExample5.kt
- AnimationExample6.kt
- AnimationExample7.kt
- AnimationExample8.kt
- AnimationExample9.kt
- AnimationsApp.kt
- ExampleScreen.kt
- HomeScreen.kt
- Theme.kt
- MainActivity.kt
- strings.xml
- themes.xml
- no_backup.xml
- AndroidManifest.xml
- build.gradle.kts
- gradle-wrapper.jar
- gradle-wrapper.properties
- libs.versions.toml
- copyright.kt
- copyright.kts
- copyright.xml
- before-tap.png
- find14.png
- find14b.png
- find14c.png
- find21.png
- home.png
- metaball-t1.png
- metaball-t2.png
- rain.png
- rain2.png
- rain3.png
- rain4.png
- rain5a.png
- rain5b.png
- scrolled.png
- 1.gif
- 10.gif
- 11.gif
- 12.gif
- 13.gif
- 14.gif
- 15.gif
- 16.gif
- 17.gif
- 18.gif
- 19.gif
- 2.gif
- 20.gif
- 21.gif
- 22.gif
- 3.gif
- 4.gif
- 5.gif
- 6.gif
- 7.gif
- 8.gif
- 9.gif
- compose-animations-hub.png
- cover.png
- emulator-ready.png
- marketplace.png
- watching.png
- .coderabbit.yaml
- .editorconfig
- .gitignore
- build.gradle.kts
- gradle.properties
- gradlew
- gradlew.bat
- LICENSE
- README.md
- settings.gradle.kts
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/skydoves/compose-animations
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd compose-animations
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Gradle (Java/Kotlin)
보통 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- JDK (Java) Java/Kotlin 프로젝트를 빌드/실행하려면 필요합니다.
- Gradle 레포에 포함된 gradlew(Gradle Wrapper)를 쓰면 Gradle을 따로 설치할 필요가 없습니다.
cd app
이 프로젝트의 관련 파일이 하위 폴더 안에 있어서, 먼저 그 폴더로 이동합니다.
./gradlew build
Gradle로 빌드를 진행합니다.
BUILD SUCCESSFUL 메시지가 뜨면 성공입니다. build/ 폴더에 결과물이 생성됩니다.
// repository documentation
Was this content helpful?
(0 ratings)
