1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-30 05:10:03 -04:00
Files
egui/crates
Emil Ernerfeldt 29b12e1760 Easing functions (#4630)
This adds most of the "standard" easing functions from
https://easings.net/ to `emath::easing`, and adds helpers in `egui` for
using them.

In particular there is now `ctx.animate_bool_with_easing` and
`ctx.animate_bool_responsive`, that uses a cubic easing function.

All animations in egui now uses cubic ease-out, for a more responsive
feeling (fast at the start, slower towards the end).
2024-06-06 13:09:52 +02:00
..
2024-06-06 13:09:52 +02:00
2024-05-29 11:48:50 +02:00
2024-06-06 13:09:52 +02:00
2024-06-04 10:12:23 +02:00
2023-04-18 15:52:45 +02:00
2024-06-06 13:09:52 +02:00