Just some random bar stuff with JS
For demo head toward https://securedeveloper.github.io/random-bars/
You may control the following by passing the query parameter:
| Parameter | Value type | Default value | -- |
|---|---|---|---|
| speed | numeric (>0) | 10 | speed of bars |
| size | numeric (>0) | 25 | space b/w bars |
| random | boolean (true, false, 1, 0) | true | should the bar be flipped or not |
| colormode | boolean (true, false, 1, 0) | true | should the bars be in color (yes, 1) or just black (otherwise) |
change the parameters values from the following URL to see it in action
https://securedeveloper.github.io/random-bars/?speed=10&size=10&random=0&colormode=1