Skip to content

Commit

Permalink
Added browser details to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
benschwarz committed Apr 11, 2013
1 parent c9fe4f5 commit 0239de6
Showing 1 changed file with 31 additions and 2 deletions.
33 changes: 31 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,37 @@ You've got a couple options with how you'd like to use gallery.css:

### How does it work?

I've prepared an ebook to describe the interesting details about gallery.css, get yourself a copy.
I've prepared a screencast that will take you through how to build something like Gallery-css from scratch, theres tonnes of tiny details that I learnt myself while building it. Its $12, you'll learn and it'll help me keep building for the web. How good is that?

### Browser support

<table>
<thead>
<tr>
<td>Safari</td>
<td>Firefox</td>
<td>Chrome</td>
<td>IE8</td>
<td>IE9</td>
<td>IE10</td>
</tr>
</thead>
<tbody>
<tr>
<td>✔</td>
<td>✔</td>
<td>✔</td>
<td>✖†</td>
<td>✔</td>
<td>✔</td>
</tr>
</tbody>
<tfoot>
<tr><td colspan="6">† - [Absolutely possible](examples/ie-8) using a variety of selector shims, although not stricly recommended. Use as a guide to learn from.</td></tr>
</tfoot>
</table>

### FAQ

* Doesn't generating code for each animation sequence add lots of weight to GalleryCSS?
* Doesn't generating code for each animation sequence add lots of weight to GalleryCSS?
* Do I need to build gallery-css for myself?

0 comments on commit 0239de6

Please sign in to comment.