ux-animate 0.1.5

Backend and runtime agnostic animation library
Documentation
pub(crate) mod animatable;
pub(crate) mod content;
pub(crate) mod layer;

mod cubic_curve_data;
pub use cubic_curve_data::*;

mod document_data;
pub use document_data::*;

mod font_character;
pub use font_character::*;

mod font;
pub use font::*;

mod key_path_element;
pub use key_path_element::*;

mod key_path;
pub use key_path::*;

mod marker;
pub use marker::*;