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

easing: 'steps(n)' is much faster in first step ? #625

Closed
littlee opened this issue Oct 24, 2019 · 3 comments
Closed

easing: 'steps(n)' is much faster in first step ? #625

littlee opened this issue Oct 24, 2019 · 3 comments

Comments

@littlee
Copy link

littlee commented Oct 24, 2019

Describe the bug
when using steps easing, the first step always takes less time to finish, compare to every other steps.

To Reproduce
https://codesandbox.io/s/hopeful-austin-fuvv6
open this demo, and it looks like the first step (from 1 to 2) takes less time than other steps.

Expected behavior
every step should take same time to finish.

Desktop (please complete the following information):

  • OS: macOS Catalina
  • Browser: Google Chrome 78
  • Version: animejs@3.1.0
@mracette
Copy link
Contributor

fixed here: #670

@kn0wn
Copy link
Collaborator

kn0wn commented Mar 30, 2020

@mracette Amazing, thanks for the contribution, will close this once it has been tested/merged

@kn0wn kn0wn mentioned this issue Apr 7, 2020
@kn0wn
Copy link
Collaborator

kn0wn commented Apr 9, 2020

This is fixed in v3.2.0

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

No branches or pull requests

3 participants