Skip to content

Commit

Permalink
PR Review comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
riggaroo committed Jan 6, 2025
1 parent f2a014a commit d615c02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@ private fun AnimationSpecKeyframeWithSpline() {
private fun OffsetKeyframeWithSplineDemo() {
val points = remember { mutableStateListOf<Offset>() }
val offsetAnim = remember {
androidx.compose.animation.core.Animatable(
Animatable(
Offset.Zero,
Offset.VectorConverter
)
Expand Down

0 comments on commit d615c02

Please sign in to comment.