I am currently developing a webpage with a sticky header, and I want to include an animated button that moves onto the header when scrolled past. You can check out my code snippet here: https://jsfiddle.net/ykL50pjf/
The specific ID for the button is
#test_button
Despite extensive research, I have not been able to find any examples of this feature in action.
An ideal illustration of what I'm trying to achieve can be seen on the Lemonade website. Check it out here:
In addition, you can also watch this video for reference: https://youtu.be/l1SxIN6fylI
Any tips or assistance on how to accomplish this would be highly appreciated. Thank you!