treasure hunt

Ember.js + Polymer + Cordova iOS app that demos state-bridging animations to provide context and clarity of purpose as a user moves through an application experience. Video: https://www.youtube.com/watch?v=lXWVmbs5O8A

103
23
Objective-C

Ember + Polymer Treasure-Hunt

This app demonstrates an experimental integration between ember.js routing and Polymer’s core-animated-pages component to create beautiful inter-state animated transitions.

This is also a hybrid Cordova app that utilizes iOS8’s new WKWebView and runs in landscape mode on iPads.

There has not been any effort yet put into performance optimizations, and the original ideas was to trigger state transitions based on proximity to BLE iBeacons. That will hopefully be implemented soon along with a number of other fun things! 😁

Please contribute ideas, issues and PRs!

Installation

  • git clone <repository-url> this repository
  • change into the new directory
  • npm install
  • bower install

Running / Development