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:
Olivier Goffart 2020-07-20 15:04:06 +02:00
parent 0dff3f5f78
commit c0fab1c3e9
5 changed files with 238 additions and 47 deletions

View file

@ -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()