leptos_animate 0.1.12

Animation utilities for Leptos. FLIP, in/out transitions, and helpers for custom animations.
1
2
3
4
5
6
7
macro_rules! log_error {
    ($($t:tt)*) => {
        leptos::logging::warn!("[{}] {}", env!("CARGO_PKG_NAME"), format_args!($($t)*));
    };
}

pub(crate) use log_error;