Button Click Effect

I’m starting a series of experiments on web interaction. They were inspired by different tutorials on Codrops and the aim is to get to know the tools available to bring interactivity to websites. I decided to build these experiments around lines just to give a direction to my project. For this first experiment, I worked on a button click effect. It was inspired in part by this tutorial. For the lines, I use lines in an svg and I animate the line stroke opacity and the width of the SVG using CSS transitions when the button is clicked. Here is the result in an animated GIF. You can also try it out here.

ButtonLineClickEffect2