Animation path based on cubic Bézier curve

Description

I found that cubic Bézier curve function lv_bezier3() already exist in LVGL. but there are some interface differences between it and css interface. How does the CSS interface convert to it.