Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grobmeier/Roadcrew.js
Page switching like a Boss. Inspired by jQuery mobile
https://github.com/grobmeier/Roadcrew.js
Last synced: 5 days ago
JSON representation
Page switching like a Boss. Inspired by jQuery mobile
- Host: GitHub
- URL: https://github.com/grobmeier/Roadcrew.js
- Owner: grobmeier
- License: apache-2.0
- Created: 2012-04-07T20:39:07.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-02-28T09:17:55.000Z (over 9 years ago)
- Last Synced: 2024-11-01T08:50:45.176Z (11 days ago)
- Language: JavaScript
- Homepage: http://grobmeier.github.com/Roadcrew.js/
- Size: 338 KB
- Stars: 47
- Watchers: 4
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Roadcrew.js / Roadcrew.dart
===========================Roadcrew.js is a simple JavaScript snippet which allows
"page transitions" like in jQuery mobile. It means,
you can have multiple divs in a HTML5 document which
serve as "pages". Roadcrew.js allows you to navigate
between them.Roadcrew.dart is the same, just in Dart (http://www.dartlang.org).
Personally I think this language is just great and I really enjoyed
working with it.Roadcrew does not allow you to load new divs via Ajax.
Currently there is only one "transition" effect: flip, without anything.
Why?
----Roadcrew.js has been developed because jQuery mobile
was very slow on my mobiles. The only feature I would
miss was the page feature, which is now available with
Roadcrew.js.Roadcrew.dart has been developed because I love Dart.
Current stack for mobile
------------------------Not that anybody wants to hear it. Lucky me, README files can be huge. So I can tell the
world about my current stack for HTML5 dev on mobile.- Apache Cordova (was Phonegap)
- Roadcrew.js
- Promise.js (https://github.com/stackp/promisejs) for AJAX (see also: http://bit.ly/HbKRU4)
- Twitter Bootstrap
- jQueryFuture
------I plan to remove jQuery in favour to Zepto.js: http://zeptojs.com/
In other terms: Roadcrew.js will have Zepto.js support too.
Plans are to keep jQuery support for this library.For Roadcrew.dart I was thinking about creating bindings for Apache Cordova. That said, Dart is still in
it early days and the Roadcrew.dart development will reflect that.