In this video, I recreate the cool Sticky Scrolling Tab Effect from the Wave Financial website using Elementor Pro.
Wave Financial:
https://www.waveapps.com/
Change Background Color On Scroll Video:
https://www.youtube.com/watch?v=QE7akMQ2xGk
Timestamps:
- 0:00 Introduction
- 2:08 Sticky Scrolling Tab Effect Tutorial
JavaScript Code:
CSS Code:
.bodybg {transition: background-color 1.2s !important;}
.color-purple {background-color: #e9a9fc;}
.color-blue {background-color: #8dc0d1;}
.color-peach {background-color: #efbca9;}
.color-tan {background-color: #f4dfcd;}
.buttons1,.buttons2,.buttons3,.buttons4 {background-color:transparent;}
.buttons1.color-purple a{background-color: #f9f4f1!important;}
.buttons2.color-blue a{background-color: #f9f4f1!important;}
.buttons3.color-peach a{background-color: #f9f4f1!important;}
.buttons4.color-tan a{background-color: #f9f4f1!important;}