Convert a value between 0 and 1 (often a progress value) to a value between a new range defined by the start and end values.
For example, if the start value is 50 and the end value is 100: - a progress of 0 will output 50 - a progress of .5 will output 75 - a progress of 1 will output 100
The number wraps when progress exceeds the 0 to 1 range: - a progress of -.5 will output 25 - a progress of 2 will output 150
Convert a number from any range to 0 to 1 with Progress.
Often used with a Switch and Pop/Classic Animation. See Animation Basics for more information.
Right-click to change the type (ex: number, position, color).
輸入口
Progress 進度
A progress value. See Animation Basics for more information.
進度值呐萨。更多信息請閱讀《Basics 基礎(chǔ) - Animation 動畫》
Start 開始
The start value of the new range.
新范圍的起始值(最小值)。
End 結(jié)束
The end value of the new range.
新范圍的結(jié)束值(最大值)侮繁。
輸出口
Value 值
The converted value.
轉(zhuǎn)換的值叮阅。
相關(guān)模塊
Pop Animation
Classic Animation
Switch
Progress
Option Picker
Clip
相關(guān)課程
1. 入門 Getting Started
介紹怎么使用 Origami Studio。
4.添加邏輯 Adding Logic
給過渡和流程添加邏輯顶别。
相關(guān)案例
3. Messenger Photo View
圖片在對話和全屏模式之間切換的動畫猜煮。
4. Photo Zoom
點擊在兩個狀態(tài)之間切換的動畫拗胜。
7. Instagram Adjust
通過拖動來控制 Instagram 的校直工具。
10. Instagram Notifications
在不同通知間切換的動畫檀训。
17. Traffic Light
跨越三個或更多的狀態(tài)柑潦,包括邏輯。