Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-main
commit ded2e5e9ac5f4a08c136c2176d2b3341b6318d68
Author: Doris Liu <tianliu@google.com>
Date: Sun Aug 08 10:35:06 2021
Introduce start offset to repeatable
Fixes: 195079908
RelNote: "StartOffset is now supported in repeatable and
infiniteRepeatable, as a way to delay the start time or
fast forward the animation before the animation starts.
This start offset will not be repeated"
Test: New tests added
Change-Id: Ic679f995fa5d118ae5bd50966bc9d775557e06df
M compose/animation/animation-core/api/current.ignore
M compose/animation/animation-core/api/current.txt
M compose/animation/animation-core/api/public_plus_experimental_current.txt
M compose/animation/animation-core/api/restricted_current.ignore
M compose/animation/animation-core/api/restricted_current.txt
M compose/animation/animation-core/samples/build.gradle
A compose/animation/animation-core/samples/src/main/java/androidx/compose/animation/core/samples/AnimationSpecSamples.kt
M compose/animation/animation-core/src/commonMain/kotlin/androidx/compose/animation/core/AnimationSpec.kt
M compose/animation/animation-core/src/commonMain/kotlin/androidx/compose/animation/core/VectorizedAnimationSpec.kt
M compose/animation/animation-core/src/test/java/androidx/compose/animation/core/RepeatableAnimationTest.kt
M compose/animation/animation/integration-tests/animation-demos/src/main/java/androidx/compose/animation/demos/InfiniteTransitionDemo.kt
https://android-review.googlesource.com/1792487
Branch: androidx-main
commit ded2e5e9ac5f4a08c136c2176d2b3341b6318d68
Author: Doris Liu <tianliu@google.com>
Date: Sun Aug 08 10:35:06 2021
Introduce start offset to repeatable
Fixes: 195079908
RelNote: "StartOffset is now supported in repeatable and
infiniteRepeatable, as a way to delay the start time or
fast forward the animation before the animation starts.
This start offset will not be repeated"
Test: New tests added
Change-Id: Ic679f995fa5d118ae5bd50966bc9d775557e06df
M compose/animation/animation-core/api/current.ignore
M compose/animation/animation-core/api/current.txt
M compose/animation/animation-core/api/public_plus_experimental_current.txt
M compose/animation/animation-core/api/restricted_current.ignore
M compose/animation/animation-core/api/restricted_current.txt
M compose/animation/animation-core/samples/build.gradle
A compose/animation/animation-core/samples/src/main/java/androidx/compose/animation/core/samples/AnimationSpecSamples.kt
M compose/animation/animation-core/src/commonMain/kotlin/androidx/compose/animation/core/AnimationSpec.kt
M compose/animation/animation-core/src/commonMain/kotlin/androidx/compose/animation/core/VectorizedAnimationSpec.kt
M compose/animation/animation-core/src/test/java/androidx/compose/animation/core/RepeatableAnimationTest.kt
M compose/animation/animation/integration-tests/animation-demos/src/main/java/androidx/compose/animation/demos/InfiniteTransitionDemo.kt
Description
No description yet. Add one.