I just installed the so called Skrollr plugin to my html. I want the background-color to start as transparent and end as rgb 80 80 80.
I can't make it work. This is what I've tried so far:
<div id="navigation" data-0="background-color:transparent;" data-380="background-color:rgb(80,80,80);">
Anyone who knows?
Thanks