theapache64
10/21/2021, 4:22 PMFloatTweenSpec
? and how is it different from tween
? 🤔theapache64
10/21/2021, 4:36 PMFloatTweenSpec
is just fo internal purpose, why is it public?Doris Liu
10/25/2021, 7:07 PMFloatTweenSpec
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