Difference between revisions of "CurvePreset"

From Neos Wiki
Jump to navigation Jump to search
m
 
Line 9: Line 9:
  
 
CurvePreset is used within the [[Tween (LogiX_node)|Tween Node]] to define how a value should be tweened. It has the following possible values:
 
CurvePreset is used within the [[Tween (LogiX_node)|Tween Node]] to define how a value should be tweened. It has the following possible values:
* Linear
+
* Linear (constant speed transition)
* Sine
+
* Sine (rapid start, slow approach)
* Cosine
+
* Cosine (slow start, rapid approach)
* Smooth
+
* Smooth (slow start, rapid middle, slow approach)
* Smoother
+
* Smoother (like Smooth, but even slower start and approach)
  
 
[[Category:Enums]]
 
[[Category:Enums]]
 
[[Category:Types]]
 
[[Category:Types]]

Latest revision as of 23:55, 27 August 2021

Color Type
CurvePreset

CurvePreset is used within the Tween Node to define how a value should be tweened. It has the following possible values:

  • Linear (constant speed transition)
  • Sine (rapid start, slow approach)
  • Cosine (slow start, rapid approach)
  • Smooth (slow start, rapid middle, slow approach)
  • Smoother (like Smooth, but even slower start and approach)