Skip to content

Added Ease support for Sequence#215

Open
legoritma wants to merge 2 commits intoannulusgames:mainfrom
legoritma:sequence-ease
Open

Added Ease support for Sequence#215
legoritma wants to merge 2 commits intoannulusgames:mainfrom
legoritma:sequence-ease

Conversation

@legoritma
Copy link
Copy Markdown
Contributor

No description provided.

@legoritma
Copy link
Copy Markdown
Contributor Author

@nuskey8 bumping because it's been for a while

@nuskey8
Copy link
Copy Markdown
Member

nuskey8 commented Dec 20, 2025

Wouldn't the following API be sufficient for this...?

LSequence.Create()
            .Append(...)
            .Run(configure =>
            {
                configure.WithEase(Ease.OutQuad)
            });

@legoritma
Copy link
Copy Markdown
Contributor Author

I wasn’t aware this was already possible.

Looks like my changes were just shorthand for this configuration. I think it would still be nice to add this for having the same API with non-sequence motions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants