slint/sixtyfps_compiler/passes
Simon Hausmann 3d85cb7f23 Add basic support for property animations to the rust generator
Setting values on animated properties now results in set_animated_value
being called on the property instead of set, and the animation data is
passed on the spot.
2020-06-24 17:54:25 +02:00
..
collect_resources.rs Fix looking up of 'id' so that we can't access inaccessible id 2020-06-16 16:04:38 +02:00
inlining.rs Parse animation declarations into the object tree 2020-06-24 17:43:48 +02:00
lower_layout.rs Fix looking up of 'id' so that we can't access inaccessible id 2020-06-16 16:04:38 +02:00
move_declarations.rs Fix access to property declared within the repeater. 2020-06-22 10:26:22 +02:00
repeater_component.rs Parse animation declarations into the object tree 2020-06-24 17:43:48 +02:00
resolving.rs Add basic support for property animations to the rust generator 2020-06-24 17:54:25 +02:00
unique_id.rs Fix looking up of 'id' so that we can't access inaccessible id 2020-06-16 16:04:38 +02:00