Skip to content

Ease (JavaScript)

Ease

Scripting Name:Insight.Ease

DOTween 动画插值方式。

  • _在 Web _SDK__中无效

Enum


javascript
enum { Linear = 0, InSine = 1, OutSine = 2, InOutSine = 3, InQuad = 4, OutQuad = 5, InOutQuad = 6, InCubic = 7, OutCubic = 8, InOutCubic = 9, InQuart = 10, OutQuart = 11, InOutQuart = 12 }