Expand description
This crate is in alpha, not yet intended for production use. Some parts of documentation are missing for now
This crate lets you easily create selectable values similiar to the ones built into egui, but animated.
You will most often use the begin_animated_selectable_value
function to create a selectable value. See its docs for quickstart
Re-exports§
pub use animated_frame::AnimatedFrame;
pub use selectable_value::begin as begin_animated_selectable_value;
Modules§
- animated_
frame - More low-level api for creating a frame switching position from behind another frame
- prelude
- selectable_
value