Could someone please explain how that label part can turn into screens that have moving lines, and bars, and stuff like that
If it has any effect, I am on IOS
Could someone please explain how that label part can turn into screens that have moving lines, and bars, and stuff like that
If it has any effect, I am on IOS
Thank you @ZeroWithSlashedO this was helpful
It's actually sorta simple
If you want it to move horizontally, use: <pos={input}>
If you want it to move vertically, use: <voffset={input}>
If you want it to be able to move diagonally, you put em both.
If you want it to be able to rotate, use: <rotate={input}>
Note that you cannot use 2 operators at the same bracket, for example: LandingGear ? Pitch ? PitchRate/70 : 0 : 0 will not work