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

Change speed slider in Array.py #10

Open
JMCanning78 opened this issue Mar 5, 2019 · 0 comments
Open

Change speed slider in Array.py #10

JMCanning78 opened this issue Mar 5, 2019 · 0 comments

Comments

@JMCanning78
Copy link
Contributor

The speed slider should be adjusted to:

  • Drop the numeric display above the slider control
  • Add labels for "slow" on the left and "fast" on the right
  • Make the visible changes for users be about 2 seconds for slow operations and 0.05 seconds for fast operations

The idea is to have the find operation to scan all 10 cells take between 0.5 an 1.0 seconds for "fast" operation and 20 seconds for "slow" operations. Animations to remove cell values and slide over values after deletion should use the same range.

It would be good to factor the speed slider into its own module that can be reused in other visualizations. Each visualization should be able to define the range of slow to fast.

@JMCanning78 JMCanning78 changed the title Change speed slider Change speed slider in Array.py Mar 5, 2019
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

No branches or pull requests

1 participant