feat: add window animations
This commit is contained in:
parent
eece44a59c
commit
2a079ed800
29 changed files with 6957 additions and 114 deletions
|
|
@ -363,6 +363,13 @@ fn start_compositor2(
|
|||
cpu_worker,
|
||||
ui_drag_enabled: Cell::new(true),
|
||||
ui_drag_threshold_squared: Cell::new(10),
|
||||
animations: Default::default(),
|
||||
layout_animations_requested: Default::default(),
|
||||
layout_animations_active: Default::default(),
|
||||
layout_animation_curve_override: Default::default(),
|
||||
layout_animation_style_override: Default::default(),
|
||||
layout_animation_batch: Default::default(),
|
||||
suppress_animations_for_next_layout: Default::default(),
|
||||
toplevels: Default::default(),
|
||||
const_40hz_latch: Default::default(),
|
||||
tray_item_ids: Default::default(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue