Animate a number (ex: position, opacity, scale) using a spring effect whenever the number is changed.
值發(fā)生改變時,用彈簧效果對值進(jìn)行動畫處理(例如:位置,不透明度,比例)。
Bounciness and Speed values can be passed to developers using the Pop framework for iOS, Rebound for Android, and Rebound JS for web.
可以使用 iOS 的 Pop 框架,Android 的 Rebound 和 Web 的 Rebound JS 來將 Bounciness (彈力) 和 Speed (速度) 值傳遞給開發(fā)人員。
Use Classic Animation for traditional animation curves. See Animation Basics for more information.
傳統(tǒng)的曲線動畫用Classic Animation 模塊。更多信息,請查看動畫基礎(chǔ) 。

輸入口
Number 值
The number to animate to.
動畫的值。(板栗:連接到這個接口表示同時使用下面的接口屬性,相當(dāng)于“全選”下面屬性。)
Bounciness 彈力
A number that represents the bounciness of the animation.
輸入數(shù)值定義動畫的彈力。值越大彈性越大。
Speed 速度
A number that represents the speed of the animation.
輸入數(shù)值定義動畫的速度。值越大速度越快。
輸出口
Progress 進(jìn)度
A number that is tweened with an easing curve as it moves toward the Number input.
Typically a progress value. See Animation Basics for more information.
走這個口輸出動畫信息,一般會接到Transition模塊。
更多信息,請查看動畫基礎(chǔ) 。
Related Parches 相關(guān)模塊
Classic Animation,[Repeating Motion],[Transition]
Related Learn Content 學(xué)習(xí)相關(guān)內(nèi)容
Adding Logic
Add logic to your transitions and flows.
Timed Animations
Create time-based, automatic animations.
Getting Started
An introduction to using Origami Studio.
Multiple States
Interact with more than just two states.
Related Examples 案例
Facebook Live Comments
Automatically add comments in a Facebook Live video stream.
Messenger Photo View
Animate a photo between conversation and lightbox.
Photo Zoom
Animate between two states when the screen is tapped.