来自 androidx.compose.animation 和 androidx.compose.animation.core 的未解决引用
Unresolved references from androidx.compose.animation and androidx.compose.animation.core
谁能帮我从 compose animation 和 core 中找到下面的替换。
- androidx.compose.animation.DpPropKey
- androidx.compose.animation.core.transitionDefinition
- androidx.compose.animation.core.state
- androidx.compose.animation.core.TransitionState
一切正常
compose_version = '1.0.0-alpha05'
但没有与
一起工作
composeVersion = '1.0.0-beta06'
很遗憾在文档中找不到https://developer.android.com/jetpack/androidx/releases/compose-animation
整套动画 were changed 新的一套没有贴图 1:1。
现在您可以使用 updateTransition
或 rememberInfiniteTransition
。
更多详情 here.
谁能帮我从 compose animation 和 core 中找到下面的替换。
- androidx.compose.animation.DpPropKey
- androidx.compose.animation.core.transitionDefinition
- androidx.compose.animation.core.state
- androidx.compose.animation.core.TransitionState
一切正常
compose_version = '1.0.0-alpha05'
但没有与
一起工作composeVersion = '1.0.0-beta06'
很遗憾在文档中找不到https://developer.android.com/jetpack/androidx/releases/compose-animation
整套动画 were changed 新的一套没有贴图 1:1。
现在您可以使用 updateTransition
或 rememberInfiniteTransition
。
更多详情 here.