I don't understand Sequence ease #176
-
|
When I create a sequence and set the sequenceEase for this sequence to linear instead is set to de Default ease. I am a noob and I don't know if I am making something wrong. When I set sequenceEase in a sequence what happens? It is overwritten in all tweens in the sequence or is another thing? Thank you. You are doing a great job with this asset. This is the script I made for testing. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hey, great question!
By default, Sequence uses |
Beta Was this translation helpful? Give feedback.
Hey, great question!
sequenceEasedoesn't modify its nested tween. Instead, this parameter controls the sequence's timeline. In other words, it controls how the time flows.By default, Sequence uses
Ease.Linearalready. So, when you setsequenceEaseto Linear, it doesn't make a difference. Try playing around with non-linear values and see how it changes the sequence's behavior.