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 進(jìn)度
A progress value. See Animation Basics for more information.
進(jìn)度值。更多信息請(qǐng)閱讀《Basics 基礎(chǔ) - Animation 動(dòng)畫(huà)》
Start 開(kāi)始
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. 入門(mén) Getting Started
介紹怎么使用 Origami Studio。
4.添加邏輯 Adding Logic
給過(guò)渡和流程添加邏輯。
相關(guān)案例
3. Messenger Photo View
圖片在對(duì)話(huà)和全屏模式之間切換的動(dòng)畫(huà)。
4. Photo Zoom
點(diǎn)擊在兩個(gè)狀態(tài)之間切換的動(dòng)畫(huà)。
7. Instagram Adjust
通過(guò)拖動(dòng)來(lái)控制 Instagram 的校直工具。
10. Instagram Notifications
在不同通知間切換的動(dòng)畫(huà)。
17. Traffic Light
跨越三個(gè)或更多的狀態(tài),包括邏輯。