Hacker News new | ask | show | jobs
by TazeTSchnitzel 4822 days ago
Some are incorrect. Transparency and opacity are opposites.
2 comments

They are in the sense that 100% transparency = 0% opacity. But in the end, aren't they both giving the same effect in CSS?

In Illustrator, for example, the interface has an opacity setting but the help file refers to it as setting the transparency since that is essentially what you're doing when you lower the opacity. (Personally, I prefer the word transparency, it just seems clearer to me.)

"I prefer the word transparency, it just seems..."

I cannot decide to up vote or down vote your comment based solely upon this statement. Therefore, take my lack of voting as a positive affirmation that I have no strong feelings one way or the other.

Yes, but the processor doesn't flip the values.

  transparency: 0;
!=

  opacity: 0;
Har har.
Looks like an issue and pull request were filed for that:

https://github.com/idiot/Spiffing/issues/1

https://github.com/idiot/Spiffing/pull/7