From df69dd0700053de67707a531dde6159b6b941017 Mon Sep 17 00:00:00 2001 From: Danilo Woznica Date: Mon, 28 Jan 2019 21:09:33 +0000 Subject: [PATCH] docs(README): Known issues Closes #93 --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3fa86d30..81801d84 100755 --- a/README.md +++ b/README.md @@ -226,7 +226,7 @@ Fork the repo then clone it ## Known Issues -##### **Safari / iOS** +##### **Alpha is not working: Safari / iOS** When using `rgba` as a `primaryColor` or `secondaryColor` value, [Safari does not respect the alpha channel](https://github.com/w3c/svgwg/issues/180), meaning that the color will be opaque. To prevent this, instead of using an `rgba` value for `primaryColor`/`secondaryColor`, use the `rgb` equivalent and move the alpha channel value to the `primaryOpacity`/`secondaryOpacity` props. @@ -238,8 +238,9 @@ When using `rgba` as a `primaryColor` or `secondaryColor` value, [Safari does no ``` +``` {/_ Semi-transparent color in Safari and iOS _/} -` and issue solved. ![black box](https://user-images.githubusercontent.com/11562881/39406054-2f308de6-4bce-11e8-91fb-bbb35e29fc10.png) + +See: [#93](https://github.com/danilowoz/react-content-loader/issues/93) / [109](https://github.com/danilowoz/react-content-loader/issues/109) \ No newline at end of file