Arc Transition
Convert a value between 0 and 1 to a new range defined by the start and end values, while specifying a middle value it should pass through. Allowing you to ‘arc’ a transition between the start and end values.
Arc Transition
- Progress
- Start
- Middle
- End
- Progress
A progress value. See Animation Basics for more information.
- Start
The start value of the new range.
- Middle
The middle value of the new range.
- End
The end value of the new range.
- Output
The converted value.