keyframes_tween icon indicating copy to clipboard operation
keyframes_tween copied to clipboard

feat: add int lerp to the default lerp function

Open songzhw opened this issue 1 year ago • 0 comments

[why add this PR] : because I want to do the alpha animation, which is ranged from 0 to 255. I knew I can use opacity, which is ranged from 0.0 to 1.0. But a support of int lerp might help many other scenarios, such as rotation degree (which is from 0 to 360)

songzhw avatar Apr 15 '23 03:04 songzhw