leptos_animate 0.1.15

Animation utilities for Leptos. FLIP, in/out transitions, and helpers for custom animations.
1
2
3
4
5
6
7
mod html_element_ext;

mod r#in;
pub use r#in::In;

mod out;
pub use out::Out;