mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-28 04:45:13 +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
|
@ -28,6 +28,7 @@ using internal::ItemTreeNode;
|
|||
using ComponentRef = VRef<ComponentVTable>;
|
||||
using ItemVisitorRefMut = VRefMut<internal::ItemVisitorVTable>;
|
||||
using internal::WindowProperties;
|
||||
using internal::EasingCurve;
|
||||
|
||||
struct ComponentWindow
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue