Function freya_components::AnimatedRouter
source ยท pub fn AnimatedRouter<R: Routable + PartialEq + Clone>(
_: AnimatedRouterProps,
) -> Element
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.