Skip to content

Commit

Permalink
Init commit2
Browse files Browse the repository at this point in the history
  • Loading branch information
devalexqt committed Dec 8, 2014
1 parent 7491aea commit ac7d8dc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion PageManager/page-manager.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//show new page animation
/*show new page animation*/
@keyframes show-page {
0% { transform: translate3d(100%,0,0);opacity: 0.8;}
//50% { transform: translate3d(50%,0,0);}
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@


PageManager it's Javascript page system managment in browser. Simple but powerful script wath work in all modern desktop and mobile browser and allow to create page managment in webview. This script will be ideal for mobile application that using HTML5 code. With PageManager You can create amazing mobile application just in seconds!
PageManager it's Javascript page system management in browser. Simple but powerful script wath work in all modern desktop and mobile browser and allow to create page management in webview. This script will be ideal for mobile application that using HTML5 code. With PageManager You can create amazing mobile application just in seconds!

#Demo

[![IMAGE ALT TEXT HERE](http://img.youtube.com/vi/2VQfRn1H8HE/0.jpg)](http://www.youtube.com/watch?v=2VQfRn1H8HE)
[![PageManager Demo](/demo/Demo_video1.jpg)](https://www.youtube.com/watch?v=wZtH5ZydCso)

#Usage

Just simple include *page-manager.js* script and base css style file in to head section of html page.

``` html
<link rel="stylesheet/css" type="text/css" href="css/style.css" />
<link rel="stylesheet/css" type="text/css" href="css/page-manager.css" />
<script type="text/javascript" src="js/page-manager.js"></script>
```

Expand Down
Binary file added demo/Demo_video1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ac7d8dc

Please sign in to comment.