compose-swing-ui
Toggle table of contents
0.1.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
compose-swing-ui
swing-ui-animation
/
org.jetbrains.compose.swing.animation.core
/
VectorizedKeyframesSpec
/
getValueFromNanos
get
Value
From
Nanos
open
override
fun
getValueFromNanos
(
playTimeNanos
:
Long
,
initialValue
:
V
,
targetValue
:
V
,
initialVelocity
:
V
)
:
V
Throws
Illegal
State
Exception
When the initial or final value to animate within a keyframe is missing.