Lab 35: Follow Along Link Highlighter

Link to Lab 35: 

For this lab, we had a base webpage with a navigation bar and filler text. The point of this lab made so when you hove over certain words, there would be this highlighter property that would follow. All of the CSS properties were actually done through Javascript. which meant putting code to add a class named, 'highlight', and setting the properties of the class with JavaScript code. Another part of the code was to make it so the highlighter wold link between the words, have a smooth transition and not look choppy. This lab was very interesting to make and is a very cool aesthetic to add to a webpage. It definitely helps draw the attention of the user to a specific element, which can be useful to know in the future.



Comments

Popular posts from this blog

Lab 23-2: Type Ahead

WBL Workshop 2

Lab7 - Simple Accordion