You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
Hello, My goal is to create a singlemotor that can be modified across the user interface. Let's say I have a navbar that swipes to the right to show, Currently it uses "useSingleMotor". My goal is to make that motor public so I can modify it across the user interface. So an example of this usage would be from another "page" a button is clicked and it's function is to set the offset to a new value so the swipeToShow navbar animates like hides.
I know my code is wrong but how would I achieve such goal? A singlemotor used to animated a navbar, and is public around the user interface to be modified so the navbar still animates.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello, My goal is to create a singlemotor that can be modified across the user interface. Let's say I have a navbar that swipes to the right to show, Currently it uses "useSingleMotor". My goal is to make that motor public so I can modify it across the user interface. So an example of this usage would be from another "page" a button is clicked and it's function is to set the offset to a new value so the swipeToShow navbar animates like hides.
I know my code is wrong but how would I achieve such goal? A singlemotor used to animated a navbar, and is public around the user interface to be modified so the navbar still animates.
The text was updated successfully, but these errors were encountered: