Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add easeOutIn #684

Merged
merged 1 commit into from
Oct 11, 2020
Merged

Conversation

ryanpwaldon
Copy link
Contributor

@ryanpwaldon ryanpwaldon commented May 10, 2020

👋

This re-adds the easeOutIn easing functions that were removed in v2.0.0. (Originally discussed in #53).

Tbh, I originally thought they were left out unintentionally, although, I just noticed you mentioned the removal in the v2.0.0 release notes so maybe there was some reason behind it (care to elaborate?).

Anyways, I know that not a lot of people use the easeOutIn easing functions, so here's an example to show when they're useful. (In this case, it's using easeOutIn on staggered delay).


easeOutIn on staggered delay (codepen):
ease-out-in

easeInOut on staggered delay (codepen):
ease-in-out

@juliangarnier juliangarnier changed the base branch from master to v3.2.1 October 11, 2020 17:42
@juliangarnier juliangarnier merged commit c329454 into juliangarnier:v3.2.1 Oct 11, 2020
@juliangarnier
Copy link
Owner

To be 100% honest, I can't remember why exactly I removed them at the time but I don't see why they shouldn't be there by default.
Thanks for the PR, I also updated the doc accordingly.

@ryanpwaldon
Copy link
Contributor Author

No worries! Appreciate the merge 👍

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.

3 participants