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