Skip to content

Instantly share code, notes, and snippets.

@Kishorchandth
Kishorchandth / change bg color on scroll
Created February 6, 2020 16:39
Change background color on scroll
.header--display{
background: transparent;
padding: 2% 0;
transition: background .3s ease-in-out,
padding .3s ease-in-out;
}
/* Header is the css class to wrap both logo*/
.header{
display: block;
}
/* Image is the css class for both the Logo (see image above)*/
.image{
width:20%;
transition: width 350ms ease-in-out;
}
.elementor-sticky--effects .image{