sdk
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
sdk
sdk
/
com.m8test.script.core.api.ui.compose.animation
/
Animations
/
keyframes
keyframes
abstract
fun
<
T
>
keyframes
(
init
:
KeyframesSpecConfig
<
T
>
.
(
)
->
Unit
)
:
KeyframesSpec
<
T
>
创建一个
KeyframesSpec
(关键帧动画)。
Return
返回一个
KeyframesSpec
实例。
Parameters
init
用于配置关键帧的 lambda 表达式,它接收一个
KeyframesSpecConfig
实例。