Getting Help from Chat GPT

Script 1 - Change element color on scroll

This is an H2 Element

Straight out of the box the script works, but it's not exactly the kind of color transition I was imagining. I was not very specific, and chat GPT wrote one that returns to the default color after the scroll is complete.

Re-Writing the Chat GPT Script

Color-changing h2 Element

Script 2 - change color with button

Out of the box the script works, changing the button color whenever clicked to one of an array of hex values.

Re-writing the Chat GPT Script