From c5cef72c1203d1dc0ef9c22df42b4afe0be5ceaa Mon Sep 17 00:00:00 2001 From: rkrider Date: Fri, 25 Oct 2019 18:43:22 +0530 Subject: [PATCH] my first commit --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 86fdb58..24b2366 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -
+

Devlight @@ -33,6 +33,14 @@ Navigation tab bar with colorful interactions. +#We can make zoom in on the middle of the navigation bar while hovering on middle from top to bottom and vise versa so that user can have more focus on that. For this we can use CSS to style that effect +Using the following code... +``` +tranform: scale(1.05); +trasition: transform 0.3s; +``` + + You can check the sample app [here](https://github.com/DevLight-Mobile-Agency/NavigationTabBar/tree/master/app). Warn