CODING ASMR LoFi | Gradient generator with html and javascript (Part 2)
This is a coding / typing lofi ASMR styled video.
In this video I go from where I have off with the gradient generator I made using HTML, a bit of CSS and JavaScript. In this part I updated the generator so that instead of only being able to generate two-colour gradients it can generate gradients of more than two colours. I implemented another button that adds an colour input field to the HTML form as well as changing the JavaScript so that it takes all of the colour input values in the form to make a multi-coloured gradient. I also added a rotation input to also set the gradient's rotation.
I make typing noises as well as speak in an indoor voice for your ASMR tingles. I currently do not have a quality microphone but I may get one in the future. Please note that this video is not meant to be 100% a tutorial on HTML and JavaScript as my goal is to give you tingles in the process of coding the html webpage.
Previous part video link (two-colour gradient):
https://youtu.be/gTP26pGmGe0
[0:00] Intro
[2:43] Adding another input to html form
[5:32] JS - addNewInput(), debugging
[14:46] JS - button that adds new colour inputs
[38:24] JS - code that sets a multi colour gradient
[44:03] End