We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 88a3705 + 8017424 commit 53146d9Copy full SHA for 53146d9
README.md
@@ -2,7 +2,7 @@
2
3
Add Animatable Material Components in Android Jetpack Compose.
4
5
-Create jetpack compose animations painless.
+Create jetpack compose animation painless.
6
7
What you can create from Material 3 components right now;
8
* Text Animation
@@ -417,9 +417,10 @@ dependencyResolutionManagement {
417
3. Add dependencies
418
```groovy
419
dependencies {
420
- implementation 'com.github.commandiron:AnimatableCompose:1.0.0'
+ implementation 'com.github.commandiron:AnimatableCompose:1.0.2'
421
}
422
```
423
424
## Todo ✔️
425
* SharedAnimationSpec ❌
426
+ * Animation State callback from animate() ❌
0 commit comments