Skip to content

Commit

Permalink
fix(readme): cleanup style
Browse files Browse the repository at this point in the history
  • Loading branch information
runspired committed Jul 22, 2016
1 parent 49d3694 commit 441f763
Showing 1 changed file with 12 additions and 25 deletions.
37 changes: 12 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ Join the [smoke-and-mirrors](https://embercommunity.slack.com/messages/smoke-and
[![Slack Status](https://ember-community-slackin.herokuapp.com/badge.svg)](https://ember-community-slackin.herokuapp.com/)



## Features

### Infinite Scroll (bi-directional)
Expand All @@ -47,30 +46,22 @@ It works via a scrollable div or scrollable body.
- [dynamic content sizes](http://runspired.github.io/smoke-and-mirrors/#/examples/flexible-layout)
- [as a table](http://runspired.github.io/smoke-and-mirrors/#/examples/dbmon)

#### Horizontal Scrolling

All of the above demos work horizontally as well via the `horizontal-collection`.

#### Grid Scrolling

All of the above demos (both horizontal and vertical) work as well via

- `grid-collection`
- `horizontal-grid`
- `vertical-grid`

### Svelte Anything
### Svelte Everything

Under the hood, smoke-and-mirrors is using a powerful scroll-tracking abstraction for each of the components above.
That abstraction is made available as a service.
If it can be trimmer, smoke-and-mirrors likes to trim it.

### Scroll Performance

Under the hood, smoke-and-mirrors is using a powerful scroll-tracking
abstraction for each of the components above. That abstraction is made
available as a service and will soon become it's own addon: [ember-radar](https://github.com/runspired/ember-radar)

## Dependencies

`smoke-and-mirrors` is dependent on and installs `ember-run-raf`, which helps you budget and schedule the work in your
app more intelligently.

`smoke-and-mirrors` is dependent on and installs `ember-run-raf`, which helps
you budget and schedule the work in your app more intelligently.

This dependency will soon be deprecated in favor of [igniter](https://github.com/runspired/igniter).


## Status
Expand All @@ -83,13 +74,9 @@ app more intelligently.
[![Coverage Status](https://coveralls.io/repos/runspired/smoke-and-mirrors/badge.svg?branch=master&service=github)](https://coveralls.io/github/runspired/smoke-and-mirrors?branch=master)



## Documentation

For updated documentation, announcements, and demos running the latest release please
visit [http://runspired.github.io/smoke-and-mirrors/](http://runspired.github.io/smoke-and-mirrors/)


For updated documentation and demos see [http://runspired.github.io/smoke-and-mirrors/](http://runspired.github.io/smoke-and-mirrors/)

## Contributing

Expand All @@ -99,7 +86,7 @@ visit [http://runspired.github.io/smoke-and-mirrors/](http://runspired.github.io
- Use [Angular Style Commits](https://github.com/angular/angular.js/blob/v1.4.8/CONTRIBUTING.md#commit)
- PR against `develop` (default branch).

### Commmits
### Commits

Angular Style commit messages have the full form:

Expand Down

0 comments on commit 441f763

Please sign in to comment.