mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-30 13:51:13 +00:00
More progress in states and transition parsing
Fill the object_tree with states, and part of the transition Also make sure to duplicate animations properly in inlining
This commit is contained in:
parent
0dff3f5f78
commit
c0fab1c3e9
5 changed files with 238 additions and 47 deletions
|
@ -24,6 +24,8 @@ pub fn create_repeater_components(component: &Rc<Component>) {
|
|||
repeated: None,
|
||||
node: elem.node.clone(),
|
||||
enclosing_component: Default::default(),
|
||||
states: Default::default(),
|
||||
transitions: Default::default(),
|
||||
})),
|
||||
parent_element,
|
||||
..Component::default()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue