diff --git a/README.md b/README.md index ba57f7f..1809254 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,18 @@ This component helps you mimick the navigation bar auto scrolling that you see i ![](resources/ShyNavBar-6.gif) ++ Sticky extension view (Thanks @yukaliao !) + +![](resources/ShyNavBar-7.gif) + ++ Fade the entire navbar (Thanks [__@longsview__](https://github.com/longsview) !) + +![](resources/ShyNavBar-8.gif) + +You can test some of these features in the Objective-C demo: + +![](resources/features-testing.png) + ## Quick Start 1. Get the component diff --git a/resources/ShyNavBar-7.gif b/resources/ShyNavBar-7.gif new file mode 100644 index 0000000..4fde5c6 Binary files /dev/null and b/resources/ShyNavBar-7.gif differ diff --git a/resources/ShyNavBar-8.gif b/resources/ShyNavBar-8.gif new file mode 100644 index 0000000..4e26f32 Binary files /dev/null and b/resources/ShyNavBar-8.gif differ diff --git a/resources/features-testing.png b/resources/features-testing.png new file mode 100644 index 0000000..f29a517 Binary files /dev/null and b/resources/features-testing.png differ