Skip to content

Simple tweening for any data, akin to AnimationCurve & Gradient

Notifications You must be signed in to change notification settings

neon-age/Keyframes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Keyframes

Simple tweening for any data, akin to AnimationCurve & Gradient

twitter
discord online

Keyframes.UI.Tweening.mp4

Usage

// See UITween.cs for example
public Keyframes<Vector2> sizeFrames;

sizeFrames.Evaluate(lerp, out var size1, out var size2, out var sizeTime);

if (size1 != default || size2 != default)
  rect.sizeDelta = Vector2.Lerp(size1, size2, sizeTime);

Open Labs Community

join discord

About

Simple tweening for any data, akin to AnimationCurve & Gradient

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages