PRActionEaseBackIn(currentTime, startValue, deltaValue, duration, data1)
Easing function - Back In
The current time value. For example, the current frame or step of the animation.
The starting value of the property being changed.
The amount that the property needs to change by.
The total time/duration that the animation takes to complete.
Tweak value. Applies a factor making the effect more or less pronounced. A value of 1 here will use the default effect strength. 2 will double the effect, 0.5 will half it, etc.
Returns the value of the property at the given current time.
PRActionEaseBackInOut(currentTime, startValue, deltaValue, duration, data1)
Easing function - Back In/Out
The current time value. For example, the current frame or step of the animation.
The starting value of the property being changed.
The amount that the property needs to change by.
The total time/duration that the animation takes to complete.
Tweak value. Applies a factor making the effect more or less pronounced. A value of 1 here will use the default effect strength. 2 will double the effect, 0.5 will half it, etc.
Returns the value of the property at the given current time.
PRActionEaseBackOut(currentTime, startValue, deltaValue, duration, data1)
Easing function - Back Out
The current time value. For example, the current frame or step of the animation.
The starting value of the property being changed.
The amount that the property needs to change by.
The total time/duration that the animation takes to complete.
Tweak value. Applies a factor making the effect more or less pronounced. A value of 1 here will use the default effect strength. 2 will double the effect, 0.5 will half it, etc.
Returns the value of the property at the given current time.
PRActionEaseCircularIn(currentTime, startValue, deltaValue, duration, data1)
Easing function - Circular In
The current time value. For example, the current frame or step of the animation.
The starting value of the property being changed.
The amount that the property needs to change by.
The total time/duration that the animation takes to complete.
Tweak value. Not used for this easing equation.
Returns the value of the property at the given current time.
PRActionEaseCircularInOut(currentTime, startValue, deltaValue, duration, data1)
Easing function - Circular In/Out
The current time value. For example, the current frame or step of the animation.
The starting value of the property being changed.
The amount that the property needs to change by.
The total time/duration that the animation takes to complete.
Tweak value. Not used for this easing equation.
Returns the value of the property at the given current time.
PRActionEaseCircularOut(currentTime, startValue, deltaValue, duration, data1)
Easing function - Circular Out
The current time value. For example, the current frame or step of the animation.
The starting value of the property being changed.
The amount that the property needs to change by.
The total time/duration that the animation takes to complete.
Tweak value. Not used for this easing equation.
Returns the value of the property at the given current time.
PRActionEaseCubicIn(currentTime, startValue, deltaValue, duration, data1)
Easing function - Cubic In
The current time value. For example, the current frame or step of the animation.
The starting value of the property being changed.
The amount that the property needs to change by.
The total time/duration that the animation takes to complete.
Tweak value. Not used for this easing equation.
Returns the value of the property at the given current time.
PRActionEaseCubicInOut(currentTime, startValue, deltaValue, duration, data1)
Easing function - Cubic In/Out
The current time value. For example, the current frame or step of the animation.
The starting value of the property being changed.
The amount that the property needs to change by.
The total time/duration that the animation takes to complete.
Tweak value. Not used for this easing equation.
Returns the value of the property at the given current time.
PRActionEaseCubicOut(currentTime, startValue, deltaValue, duration, data1)
Easing function - Cubic Out
The current time value. For example, the current frame or step of the animation.
The starting value of the property being changed.
The amount that the property needs to change by.
The total time/duration that the animation takes to complete.
Tweak value. Not used for this easing equation.
Returns the value of the property at the given current time.
PRActionEaseExponentialIn(currentTime, startValue, deltaValue, duration, data1)
Easing function - Exponential In
The current time value. For example, the current frame or step of the animation.
The starting value of the property being changed.
The amount that the property needs to change by.
The total time/duration that the animation takes to complete.
Tweak value. Not used for this easing equation.
Returns the value of the property at the given current time.
PRActionEaseExponentialInOut(currentTime, startValue, deltaValue, duration, data1)
Easing function - Exponential In/Out
The current time value. For example, the current frame or step of the animation.
The starting value of the property being changed.
The amount that the property needs to change by.
The total time/duration that the animation takes to complete.
Tweak value. Not used for this easing equation.
Returns the value of the property at the given current time.
PRActionEaseExponentialOut(currentTime, startValue, deltaValue, duration, data1)
Easing function - Exponential Out
The current time value. For example, the current frame or step of the animation.
The starting value of the property being changed.
The amount that the property needs to change by.
The total time/duration that the animation takes to complete.
Tweak value. Not used for this easing equation.
Returns the value of the property at the given current time.
PRActionEaseLinear(currentTime, startValue, deltaValue, duration, data1)
Easing function - Linear
The current time value. For example, the current frame or step of the animation.
The starting value of the property being changed.
The amount that the property needs to change by.
The total time/duration that the animation takes to complete.
Tweak value. Not used for this easing equation.
Returns the value of the property at the given current time.
PRActionEaseQuadraticIn(currentTime, startValue, deltaValue, duration, data1)
Easing function - Quadratic In
The current time value. For example, the current frame or step of the animation.
The starting value of the property being changed.
The amount that the property needs to change by.
The total time/duration that the animation takes to complete.
Tweak value. Not used for this easing equation.
Returns the value of the property at the given current time.
PRActionEaseQuadraticInOut(currentTime, startValue, deltaValue, duration, data1)
Easing function - Quadratic In/Out
The current time value. For example, the current frame or step of the animation.
The starting value of the property being changed.
The amount that the property needs to change by.
The total time/duration that the animation takes to complete.
Tweak value. Not used for this easing equation.
Returns the value of the property at the given current time.
PRActionEaseQuadraticOut(currentTime, startValue, deltaValue, duration, data1)
Easing function - Quadratic Out
The current time value. For example, the current frame or step of the animation.
The starting value of the property being changed.
The amount that the property needs to change by.
The total time/duration that the animation takes to complete.
Tweak value. Not used for this easing equation.
Returns the value of the property at the given current time.
PRActionEaseQuarticIn(currentTime, startValue, deltaValue, duration, data1)
Easing function - Quartic In
The current time value. For example, the current frame or step of the animation.
The starting value of the property being changed.
The amount that the property needs to change by.
The total time/duration that the animation takes to complete.
Tweak value. Not used for this easing equation.
Returns the value of the property at the given current time.
PRActionEaseQuarticInOut(currentTime, startValue, deltaValue, duration, data1)
Easing function - Quartic In/Out
The current time value. For example, the current frame or step of the animation.
The starting value of the property being changed.
The amount that the property needs to change by.
The total time/duration that the animation takes to complete.
Tweak value. Not used for this easing equation.
Returns the value of the property at the given current time.
PRActionEaseQuarticOut(currentTime, startValue, deltaValue, duration, data1)
Easing function - Quartic Out
The current time value. For example, the current frame or step of the animation.
The starting value of the property being changed.
The amount that the property needs to change by.
The total time/duration that the animation takes to complete.
Tweak value. Not used for this easing equation.
Returns the value of the property at the given current time.
PRActionEaseQuinticIn(currentTime, startValue, deltaValue, duration, data1)
Easing function - Quintic In
The current time value. For example, the current frame or step of the animation.
The starting value of the property being changed.
The amount that the property needs to change by.
The total time/duration that the animation takes to complete.
Tweak value. Not used for this easing equation.
Returns the value of the property at the given current time.
PRActionEaseQuinticInOut(currentTime, startValue, deltaValue, duration, data1)
Easing function - Quintic In/Out
The current time value. For example, the current frame or step of the animation.
The starting value of the property being changed.
The amount that the property needs to change by.
The total time/duration that the animation takes to complete.
Tweak value. Not used for this easing equation.
Returns the value of the property at the given current time.
PRActionEaseQuinticOut(currentTime, startValue, deltaValue, duration, data1)
Easing function - Quintic Out
The current time value. For example, the current frame or step of the animation.
The starting value of the property being changed.
The amount that the property needs to change by.
The total time/duration that the animation takes to complete.
Tweak value. Not used for this easing equation.
Returns the value of the property at the given current time.
PRActionEaseSinusoidalIn(currentTime, startValue, deltaValue, duration, data1)
Easing function - Sinusoidal In
The current time value. For example, the current frame or step of the animation.
The starting value of the property being changed.
The amount that the property needs to change by.
The total time/duration that the animation takes to complete.
Tweak value. Not used for this easing equation.
Returns the value of the property at the given current time.
PRActionEaseSinusoidalInOut(currentTime, startValue, deltaValue, duration, data1)
Easing function - Sinusoidal In/Out
The current time value. For example, the current frame or step of the animation.
The starting value of the property being changed.
The amount that the property needs to change by.
The total time/duration that the animation takes to complete.
Tweak value. Not used for this easing equation.
Returns the value of the property at the given current time.
PRActionEaseSinusoidalOut(currentTime, startValue, deltaValue, duration, data1)
Easing function - Sinusoidal Out
The current time value. For example, the current frame or step of the animation.
The starting value of the property being changed.
The amount that the property needs to change by.
The total time/duration that the animation takes to complete.
Tweak value. Not used for this easing equation.
Returns the value of the property at the given current time.