Simple Framework For Mobile Web Apps: Sidetap
5
Jul
// php the_time('Y') ?>
Sidetap is a simple and lightweight (2kb minified, gzipped) framework for creating mobile web apps.
The framework actually focuses on providing a flexible side-navigation similar to the one we know from Facebook's mobile app, and, once the navigation part is solved, it is pretty easy to build a simple mobile web app.
It works by telling Sidetap "the content element to be animated". It takes care of clearing the stage using whatever animation is appropriate for the situation.
There are 4 animations offered for displaying the sidebar: upfrombottom, downfromtop, infromright, infromleft. Also, a callback istriggered when the switch is complete.
Requirements: jQuery or Zepto.js
Compatibility: All Major Browsers
Website: http://sidetap.it/
Demo: http://sidetap.it/demo/stonehenge/index.html
Download: https://github.com/harvesthq/Sidetap
Compatibility: All Major Browsers
Website: http://sidetap.it/
Demo: http://sidetap.it/demo/stonehenge/index.html
Download: https://github.com/harvesthq/Sidetap
- Tags:
Facebook
- Filed under: Browsing, Goodies, Mobile Development, Other License
- 1 Comment












One Response for "Simple Framework For Mobile Web Apps: Sidetap"
I was looking for a replacement to Lungo-JS since that is under the GPL. This seems to fit the bill, I hope it grows further.