aboutsummaryrefslogtreecommitdiff
path: root/core/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'core/README.md')
-rw-r--r--core/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/README.md b/core/README.md
index 998226b..2c8ae9d 100644
--- a/core/README.md
+++ b/core/README.md
@@ -176,6 +176,8 @@ kauSwipeOnDestroy() //in the onDestroy method
kauSwipeFinish() //optional; replace onBackPressed with this to animate the activity finish
```
+For the best results, activities should be translucent. See `Kau.Transparent` for a base style example.
+
Special thanks goes to the original project, [SwipeBackHelper](https://github.com/Jude95/SwipeBackHelper)
KAU's swipe is a Kotlin rewrite, along with support for all directions and weakly referenced contexts.