Skip to content

StardewUI.Animation Namespace

Classes

Name Description
Animation<T> Defines a single animation.
Animator Helpers for creating typed Animator<T, V> instances.
Animator<T, V> Animates a single property of a single class.
Easings Common registration and lookup for easing functions.
HoverScale Standalone scaling behavior that can be attached to any Image, causing it to scale up to a specified amount when hovered by the pointer.
Lerps Common registration and lookup for interpolation functions.
SpriteAnimator Animates the sprite of an Image, using equal duration for all frames in a list.
Transition Describes the transition behavior of a single property.

Delegates

Name Description
Easing An easing function which computes the Y value between transitions or keyframes.
Lerp<T> Performs linear interpolation between two values.