Philippe Jos

Results 2 comments of Philippe Jos

I've just noticed that under the same conditions, it flikers (shakes) in chrome and edge.

In fact it is when the waveform container width is even so i found a temporary solution: function isEven(number) { return number % 2 === 0; } function isOdd(number) {...