orbital-motion 0.1.1

Shared motion tokens, atoms, and presence utilities for Orbital
Documentation
1
2
3
4
5
6
//! DOM element callbacks for transition lifecycle hooks.

use leptos::prelude::*;

/// Callback invoked with the transitioning [`web_sys::HtmlElement`].
pub type MotionElementCallback = Callback<web_sys::HtmlElement>;