Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

my first commit #147

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<br/>
<br/>
<p align="center">
<a href="http://devlight.io">
<img src ="https://drive.google.com/uc?export=download&id=0BxPO_UeS7wScLVBKck51Z1Rzb0E" alt="Devlight"/>
Expand Down Expand Up @@ -33,6 +33,14 @@ Navigation tab bar with colorful interactions.
</tr>
</table>

#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
Expand Down