thomaspark / snowball

A WordPress plugin for making immersive longform articles
https://snowball.openhtml.org/
GNU General Public License v2.0
90 stars 24 forks source link

add darken splash background functionality, closes #183 #232

Closed sukritchhabra closed 7 years ago

sukritchhabra commented 7 years ago
thomaspark commented 7 years ago

Hey @sukritchhabra, this looks and works great! What if we changed the max opacity from 0.5 to 1.0 to give it the full range?

sukritchhabra commented 7 years ago

I had refrained earlier from giving it a 1.0 because the overlay becomes completely black. But I just added that :)

thomaspark commented 7 years ago

Yeah, there might be some confusion if someone goes to 100%, but there might be a need for all the way up to 99%.

Looks good, just one more thing. Now that opacity goes to 1.0, we probably also want the step value to change from 0.005 to 0.01.

sukritchhabra commented 7 years ago

Yup that makes sense. Just made that change :)