Function freya::components::AnimatedRouter
source · pub fn AnimatedRouter<R>(_: AnimatedRouterProps) -> Result<VNode, RenderError>
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.