We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2a014a commit d615c02Copy full SHA for d615c02
compose/snippets/src/main/java/com/example/compose/snippets/animations/AnimationSnippets.kt
@@ -746,7 +746,7 @@ private fun AnimationSpecKeyframeWithSpline() {
746
private fun OffsetKeyframeWithSplineDemo() {
747
val points = remember { mutableStateListOf<Offset>() }
748
val offsetAnim = remember {
749
- androidx.compose.animation.core.Animatable(
+ Animatable(
750
Offset.Zero,
751
Offset.VectorConverter
752
)
0 commit comments