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

Color tweening bug when passing custom easings #215

Closed
SkidX opened this issue Aug 2, 2014 · 1 comment
Closed

Color tweening bug when passing custom easings #215

SkidX opened this issue Aug 2, 2014 · 1 comment
Labels

Comments

@SkidX
Copy link

SkidX commented Aug 2, 2014

Hi,
as said in the title, the same code run as expected with easing "easeInBack", while it ignores the previous set values when a bezier array is passed as easing.
I've not done deep tests, but the issue seems to affect only color properties.

Here is the demo:
http://jsfiddle.net/X4UY9/3/

Bye

@julianshapiro
Copy link
Owner

Thank you, Federico. I recently encountered this same bug. Will fix next week.

@julianshapiro julianshapiro changed the title [bug] Tweening of backgroundColor goes wrong when passing bezier array as easing. Color tweening bug when passing custom easings Aug 2, 2014
Rycochet pushed a commit that referenced this issue Aug 3, 2020
Fixes bug where you couldn’t pass hex color tweens array-based easings.
Closes #215.

Setting Velocity.mock to `true` forces animations to run synchronously.
See http://VelocityJS.org/#mock.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants