Thread
C
3mo ago
Easing to Blend states
Quick question. I've set a 1000ms transition to a blend state animation. It does linear transition. Is there a way I can add easing to it?
2 replies
C
3mo ago
[deleted]
3mo ago
[deleted]
3mo ago
Yes, you can. You just need to put another animation in between Entry
and your blend state.
C
Author
2mo ago
Thank you so much