Function freya::components::AnimatedRouter

source ยท
pub fn AnimatedRouter<R>(_: AnimatedRouterProps) -> Option<VNode>
where R: Routable + PartialEq + Clone,
Expand description

Provide a mechanism for outlets to animate between route transitions.

See the animated_sidebar.rs or animated_tabs.rs for an example on how to use it.