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

[v9] Change spring config based on local state #1193

Open
aleclarson opened this issue Nov 10, 2020 · 0 comments
Open

[v9] Change spring config based on local state #1193

aleclarson opened this issue Nov 10, 2020 · 0 comments
Labels
kind: bug Something isn't working

Comments

@aleclarson
Copy link
Contributor

Trying to change spring config depending on the state, but there is some strange behavior.

Example 1.
Expected behavior: on mount animation plays once and stops. Press "Start looping an animation" — animation begins its infinite loop. Then press "Stop looping an animation" — animation stops.
Current behavior: on mount animation plays once and stops. Press "Start looping an animation" — animation begins its infinite loop. Then press "Stop looping an animation" — animation continue looping.

Example 2.
Expected behavior: on mount animation plays infinite loop using "DEFAULT_ANIMATION_CONFIG". Press "Start playing" — animation plays infinite loop using PLAYING_ANIMATION_CONFIG. Then press "Stop playing" — animation plays infinite loop using "DEFAULT_ANIMATION_CONFIG".
Current behavior: on mount animation plays infinite loop using "DEFAULT_ANIMATION_CONFIG". Press "Start playing" — animation plays infinite loop using PLAYING_ANIMATION_CONFIG. Then press "Stop playing" — animation is broken.

Originally posted by @bolotin-taptima in #985 (comment)

@aleclarson aleclarson added template: bug This issue might be a bug v9 labels Nov 10, 2020
@aleclarson aleclarson added this to the v9.0.0-rc.4 milestone Nov 10, 2020
@joshuaellis joshuaellis modified the milestones: v9.0.0-rc.4, v9.1.0 Mar 18, 2021
@joshuaellis joshuaellis modified the milestones: v9.1.0, v9.2.0 Apr 8, 2021
@joshuaellis joshuaellis modified the milestones: v9.2.0, v9.3.0 May 13, 2021
@joshuaellis joshuaellis removed the v9 label Jun 29, 2021
@joshuaellis joshuaellis modified the milestones: v9.3.0, v9.4.0 Oct 10, 2021
@joshuaellis joshuaellis added kind: bug Something isn't working and removed template: bug This issue might be a bug labels Dec 21, 2021
@joshuaellis joshuaellis removed this from the v9.4.0 milestone Jan 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants