GitXplorerGitXplorer
j

hello-exo

public
0 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
8a86c5e3c5770992378241f2e455431f0aba406e

removed horizontal scroll when animating

ttheostrahlen committed 12 years ago
Unverified
220afb1127684d5eab558226288d1b82e1d7a296

Updated the exo.js submodule to the release branch for experimentation

jjpettersson committed 12 years ago
Unverified
f292feb14af5acba13993238a74d580c164307d6

removed a console.log statement

jjpettersson committed 12 years ago
Unverified
a17efd5d5e6df5fb567e6d8ba69241496d43a030

Added a clarification to the readme

jjpettersson committed 12 years ago
Unverified
16db26f90fc9112a65b5fb54bad7af4887e863df

Updated readme

jjpettersson committed 12 years ago
Unverified
185c70572e4d89141389b6038b1782697501071f

minimal readme

jjpettersson committed 12 years ago

README

The README file for this repository.

Hello Exo!

A very basic demonstration app that shows how Exo.js integrates nicely with Spine.js and TweenLite.

Setup

This demo is a middleman project. After cloning this repo, set up and update the submodules to get the Spine and Exo code:

  git submodule init
  git submodule update

Then bundle and run middleman as usual.