Show / Hide Table of Contents

Class InElastic

Class providing an "InElastic" easing animation.

Inheritance
System.Object
Easing
InElastic
Inherited Members
Easing.Point1
Easing.Point2
Easing.EasedPoint
Easing.IsInverse
Easing.Value
Easing.Duration
Easing.IsRunning
Easing.IsDone
Easing.Progress
Easing.Start()
Easing.Stop()
Easing.Restart()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dalamud.Interface.Animation.EasingFunctions
Assembly: Dalamud.dll
Syntax
public class InElastic : Easing

Constructors

| Improve this Doc View Source

InElastic(TimeSpan)

Initializes a new instance of the InElastic class.

Declaration
public InElastic(TimeSpan duration)
Parameters
Type Name Description
System.TimeSpan duration

The duration of the animation.

Methods

| Improve this Doc View Source

Update()

Updates the animation.

Declaration
public override void Update()
Overrides
Easing.Update()
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX