egui_animated_selectable_value 0.0.1

Easy animated selectable value component in egui
Documentation

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