Skip to content

Commit 7483562

Browse files
jasursadikovivan-trackman
authored andcommitted
CUSTOM_SPRINT easing is included (TrackMan#4)
1 parent 9391e9f commit 7483562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Editor/Interface/Figma.Enums.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public enum TransitionDirection { LEFT, RIGHT, TOP, BOTTOM }
3535

3636
public enum TriggerType { ON_CLICK, ON_HOVER, ON_PRESS, ON_DRAG, AFTER_TIMEOUT, MOUSE_ENTER, MOUSE_LEAVE, MOUSE_UP, MOUSE_DOWN }
3737

38-
public enum EasingType { EASE_IN, EASE_OUT, EASE_IN_AND_OUT, LINEAR, SLOW }
38+
public enum EasingType { EASE_IN, EASE_OUT, EASE_IN_AND_OUT, LINEAR, SLOW, CUSTOM_SPRING }
3939

4040
public enum LayoutAlign { CENTER, MIN, MAX, STRETCH, INHERIT }
4141

0 commit comments

Comments
 (0)