Add linear animation curve

This commit is contained in:
Ivan Molodetskikh
2024-05-12 09:50:16 +04:00
parent d2ed42a157
commit 29c7552852
3 changed files with 6 additions and 1 deletions
+1
View File
@@ -657,6 +657,7 @@ pub struct EasingParams {
#[derive(knuffel::DecodeScalar, Debug, Clone, Copy, PartialEq)]
pub enum AnimationCurve {
Linear,
EaseOutQuad,
EaseOutCubic,
EaseOutExpo,