Replies: 1 comment 4 replies
-
|
On the page https://wheregmis.github.io/dioxus-motion/docs/transitions it is mentioned
That lets me assume those are configurable. Where can i set the transition timing and where can i set the easing? I don't want to have that bouncy feeling. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
My current understanding is that you have to statically define what transition is happening for a given route. That does not really fit my requirements. What i have in mind for my user is to have the mental model of each route being layed out as cards horizontally and you transition the viewport to each card by going left and right
bigger square makes the current visible card that has gone one square right from the left most one. Think of it like desktop workspaces (i think they all work the similar in gnome, mac and windows now). But i can't really find a way to specify the transition at runtime currently. I've found the
AnimatedRouterContext(anduse_animated_router)TransitionConfigbut i can't do anything with it – all the fields onTransitionConfigare private and there are no methods to potentially change it.Beta Was this translation helpful? Give feedback.
All reactions