• Manual
  • Scripting API
  • Changelog
  • License
🏷️ Namespaces
  • Zigurous.Tweening
🧱 Classes
  • EaseEqualityComparer
  • EaseExtensions
  • EaseFunction
  • Interpolation
  • PropertyChaining
  • Sequence
  • Settings
  • Tween
  • Tweener<T, U>
  • Tweening
🎚️ Interfaces
  • ITweenEventHandler
📋 Enums
  • Ease
  • LoopType
  • TweenState
🗣️ Delegates
  • EaseFunction.TimingCurve
  • Interpolater<T>
  • TweenCallback
  • TweenGetter<T, U>
  • TweenReferenceCallback
  • TweenSetter<T, U>

Ease

Enum in Zigurous.Tweening

Declaration

public enum Ease

Description

An easing function type. Easing functions specify the rate of change of a parameter over time.

Properties

Linear
SineIn
SineOut
SineInOut
CubicIn
CubicOut
CubicInOut
QuadIn
QuadOut
QuadInOut
QuartIn
QuartOut
QuartInOut
QuintIn
QuintOut
QuintInOut
ExpoIn
ExpoOut
ExpoInOut
CircIn
CircOut
CircInOut
BackIn
BackOut
BackInOut
ElasticIn
ElasticOut
ElasticInOut
BounceIn
BounceOut
BounceInOut