DEV Community

Discussion on: Border Radius Generator Tool (VanillaJS)

Collapse
 
crabyke profile image
Duzmath Lajos

Oh, really, I forgot to mention, that the "input" eventListener is updating the style property dynamically, while the "change" eventListener only updates the style when releasing the button.

Collapse
 
perpetual_education profile image
perpetual . education

Playing around with it a bit - and using event delegation: codepen.io/sheriffderek/pen/YzGaNwM + seems like a good challenge to get those sliders positioned with CSS grid!

Thread Thread
 
crabyke profile image
Duzmath Lajos

nice job!