Skip to content

Commit

Permalink
[removed] RxJS implementation
Browse files Browse the repository at this point in the history
Closes #89
  • Loading branch information
appsforartists committed Nov 1, 2016
1 parent a6e56c5 commit 71d636c
Show file tree
Hide file tree
Showing 34 changed files with 5 additions and 2,602 deletions.
15 changes: 0 additions & 15 deletions .babelrc

This file was deleted.

3 changes: 0 additions & 3 deletions .eslintignore

This file was deleted.

111 changes: 0 additions & 111 deletions .eslintrc

This file was deleted.

20 changes: 0 additions & 20 deletions .flowconfig

This file was deleted.

1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ npm-debug.log
# removing these until we have put more thought into how we want to
# package/distribute
**/dist/*
site/static/*.js
*.js.map
30 changes: 0 additions & 30 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,36 +18,6 @@ Motion Starmap](https://material-motion.gitbooks.io/material-motion-starmap/cont
user trust in the overall system: “should I enter my password in a glitchy
app?”

## Usage ##

Material Motion needs some
[Performers](https://material-motion.gitbooks.io/material-motion-starmap/content/specifications/runtime/performer.html)
to do the actual animating. You can install the default set by adding this line
to the imports in your primary JavaScript file:

```javascript
import * as MaterialMotion from "material-motion-experiments";
```

## Setup ##

As with any modern JavaScript library, you can install the dependencies using
`npm install`. To see our [examples](https://material-motion.appspot.com/)
locally, you should also have [AppEngine
SDK](https://cloud.google.com/appengine/downloads) installed and on your `PATH`.

## Development ##

- `npm start`: Starts the AppEngine and Webpack dev servers, with Hot Module
Replacement enabled.
- `npm run test`: Runs [Flow](https://flowtype.org/) type checker and
[ESLint](http://eslint.org/). Unit tests coming eventually.
- `npm run build`: Bundles `src` and `examples` in `dist` and `site`,
respectively.
- `npm run clean`: Removes JavaScript bundles from `dist` and `site`.
- `npm run deploy-site`: Updates the [demo
site](https://material-motion.appspot.com/).

## License ##

[Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0)
80 changes: 0 additions & 80 deletions examples/custom-performer/components/CustomPerformerDemo.jsx

This file was deleted.

55 changes: 0 additions & 55 deletions examples/devServer.js

This file was deleted.

Loading

0 comments on commit 71d636c

Please sign in to comment.