mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-03 07:04:34 +00:00
Implement easing curve in the runtime
This commit is contained in:
parent
feec73674f
commit
46a011683f
11 changed files with 93 additions and 15 deletions
|
@ -166,6 +166,7 @@ fn to_js_value<'cx>(
|
|||
}
|
||||
Value::Color(c) => JsNumber::new(cx, c.as_argb_encoded()).as_value(cx),
|
||||
Value::PathElements(_) => todo!(),
|
||||
Value::EasingCurve(_) => todo!(),
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue