Prinzhorn / skrollr

Stand-alone parallax scrolling library for mobile (Android + iOS) and desktop. No jQuery. Just plain JavaScript (and some love).
http://prinzhorn.github.io/skrollr/
MIT License
18.53k stars 3.5k forks source link

Fade transparency #811

Closed osleg closed 8 years ago

osleg commented 8 years ago

Trying to make transparent fade does not work:

<div data-top="background-color:rgba(255,255,255,0)" data-bot="background-color:rgba(255,255,255,255)"></div>

The background is transparent when page loads but as soon as I start to scroll it become white and looses it transparency. is there a way to work with alpha channel?

osleg commented 8 years ago

Was just sleepy, rgba require 0-1 as last param, closing