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 animation delay to tutorial puzzle pieces #77

Open
sharon-wang opened this issue Aug 29, 2020 · 0 comments
Open

Add animation delay to tutorial puzzle pieces #77

sharon-wang opened this issue Aug 29, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@sharon-wang
Copy link
Member

sharon-wang commented Aug 29, 2020

The puzzle pieces on the tutorial steps bounce right away, but that is distracting when a user gets to a step as it draws their attention away from the instructions right off the bat.

Proposing that the bounce is delayed for a few seconds to give the user time to read the instructions before the puzzle piece bounces.

It's currently tricky to add the animation delay because the puzzle pieces are always present on the site, so the animation delay will occur as soon as the site loads. By the time a user gets to the tutorial step, the animation delay will have already elapsed. Will need to do some refactoring to make the delay work.

Or, the puzzle piece can bounce on mouseover/hover...but that might make it harder for them to pick up and drag the puzzle piece.

@sharon-wang sharon-wang added the enhancement New feature or request label Aug 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant