ux-animate 0.1.5

Backend and runtime agnostic animation library
Documentation
mod base_stroke_content;
pub use base_stroke_content::*;

mod compound_trim_path_content;
pub use compound_trim_path_content::*;

mod content_group;
pub use content_group::*;

mod drawing_content;
pub use drawing_content::*;

mod ellipse_content;
pub use ellipse_content::*;

mod fill_content;
pub use fill_content::*;

mod gradient_fill_content;
pub use gradient_fill_content::*;

mod gradient_stroke_content;
pub use gradient_stroke_content::*;

mod greedy_content;
pub use greedy_content::*;

mod key_path_element_content;
pub use key_path_element_content::*;

mod merge_paths_content;
pub use merge_paths_content::*;

mod modifier_content;
pub use modifier_content::*;

mod path_content;
pub use path_content::*;

mod polystar_content;
pub use polystar_content::*;

mod rectangle_content;
pub use rectangle_content::*;

mod repeater_content;
pub use repeater_content::*;

mod shape_content;
pub use shape_content::*;

mod stroke_content;
pub use stroke_content::*;

mod trim_path_content;
pub use trim_path_content::*;

pub struct Content;