https://github.com/pixelscommander/mobile-transitions
High performance JavaScript library to emulate native mobile transitions. Designed to be as easy to use as possible. Just look to example.
https://github.com/pixelscommander/mobile-transitions
Last synced: about 1 year ago
JSON representation
High performance JavaScript library to emulate native mobile transitions. Designed to be as easy to use as possible. Just look to example.
- Host: GitHub
- URL: https://github.com/pixelscommander/mobile-transitions
- Owner: PixelsCommander
- Created: 2012-10-22T12:44:41.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-11-18T14:48:00.000Z (over 12 years ago)
- Last Synced: 2025-04-15T20:09:03.900Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 492 KB
- Stars: 11
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Mobile transitions library
=======================
You can use this library in case you need transitions that look like iOS or Android native. Also it can be useful as jQuery Mobile replacement in projects that does not use any JQM interface components.
Usage
-----
1.Include mt.min.js to your project
2.Add "page" class to all layers you want to use as pages
3.Call changePage('Div id') when you need it
Questions
---------
Please, feel free to contact denis.radin@gmail.com with any questions or propositions.
License
---------------------
Copyright 2012 Denis Radin.
Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0