react-ts / sorting-algorithm-visualizer

Sorting Algorithms such as BubbleSort, QuickSort, CounterSort Visualizer
https://sorting-algorithm-visual-dc41b.web.app/
MIT License
0 stars 1 forks source link

Add an option to select an animation speed time. #47

Closed edlobo98 closed 1 year ago

edlobo98 commented 1 year ago

Use MUI's dropdown and set inside the steeper a step where the user can the speed of the animation. Select component: https://mui.com/material-ui/react-select/ Let's offer:

edlobo98 commented 1 year ago

code merged and working fine