.wave in css to slint #4172
Replies: 6 comments
-
Hi. Do you request to have such a feature for the slint brush or do you want help to create an wave right now in Slint? What is always possible for custom drawing is to draw something using an image in Slint. |
Beta Was this translation helpful? Give feedback.
-
https://github.com/ecomfe/echarts-liquidfill am trying a similar one in Slint - able to create gradient with svg commands but animation of it is a struggle as property with string type doesn't hold for animation |
Beta Was this translation helpful? Give feedback.
-
I think based way to implement that in Slint is to use animations and Path https://slint.dev/releases/1.3.0/docs/slint/src/language/builtins/elements#path. |
Beta Was this translation helpful? Give feedback.
-
I've tried to implement that. It's a bit naive but it works: Link |
Beta Was this translation helpful? Give feedback.
-
been curious - you are awesome - thanks - will definitely be with Slint team for such a idea to contribution |
Beta Was this translation helpful? Give feedback.
-
@ogoffart can i get any resource to learn these things both in slint and ui things |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Need example to extend the gradient to wave feature in slint using colors - kindly help rendering it
Beta Was this translation helpful? Give feedback.
All reactions