Animation: What is `FloatTweenSpec` ? and how is i...
# compose
t
Animation: What is
FloatTweenSpec
? and how is it different from
tween
? 🤔
If
FloatTweenSpec
is just fo internal purpose, why is it public?
d
FloatTweenSpec
is a one-dimensional spec. It's similar to
tween<Float>
. In contrast,
tween
supports different value types. e.g.,
tween<Offset>
,
tween<Rect>
, etc