Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bosphere committed Nov 1, 2018
1 parent ed5879e commit b0b2bb8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ mFadingEdgeLayout.setFadeEdges(mEnableTop, mEnableLeft, mEnableBottom, mEnableRi
mFadingEdgeLayout.setFadeSizes(lenPx, lenPx, lenPx, lenPx);
```

The fading edges are not implemented as color overlay but rather linear gradient alpha mask of the content. So it'll naturally follow the color of the background.

Compatibility
-------------

Expand Down

0 comments on commit b0b2bb8

Please sign in to comment.