egui/crates/egui_demo_lib/src
Emil Ernerfeldt 84d204246f
Fade in windows, tooltips, popups, etc (#4587)
All `Area`s now have a quick fade-in animation. You can turn it off with
`Area::fade_in` or `Window::fade_in` .

The `Window` fade-out animation is now nicer: it fades all elements of
the window, not just the frame.
It can be controlled with `Window::fade_out`.
2024-05-30 16:22:12 +02:00
..
demo Fade in windows, tooltips, popups, etc (#4587) 2024-05-30 16:22:12 +02:00
easy_mark Fix some clippy warning from Rust 1.78.0 (#4444) 2024-05-02 17:04:25 +02:00
lib.rs Remove work-around for `unsafe` in puffin macro (#4484) 2024-05-11 20:17:19 +02:00
rendering_test.rs Add improved pixel alignment test with alternating white/black lines (#4537) 2024-05-24 15:55:36 +02:00