Browse Source

docs : intro & options : copy edits

pull/96/head
David DeSandro 14 years ago
parent
commit
4d85293b43
  1. 4
      _posts/docs/2010-12-01-introduction.mdown
  2. 10
      _posts/docs/2010-12-03-options.mdown

4
_posts/docs/2010-12-01-introduction.mdown

@ -27,7 +27,7 @@ toc:
## Licensing
<p id="commercial">
<strong>Commercial use of Isotope requires purchase of one-time license fee per developer seat.</strong> Commercial use includes any application that makes you money &mdash; portfolio sites, premium templates, etc. Commercial licenses may be purchased at <a href="http://metafizzy.co">metafizzy.co</a>.
<strong>Commercial use of Isotope requires purchase of one-time license fee per developer seat.</strong> Commercial use includes any application that makes you money &mdash; portfolio sites, premium templates, etc. Commercial licenses may be purchased at <a href="http://metafizzy.co/#isotope-license">metafizzy.co</a>.
</p>
Use in non-commercial and personal applications is free.
@ -69,7 +69,7 @@ There are a number of [options](options.html) you can specify. Within the optio
## Code repository
This project lives on GitHub at [github.com/desandro/isotope](http://github.com/desandro/isotope). There you can grab the latest code and download this entire project.
This project lives on GitHub at [github.com/desandro/isotope](http://github.com/desandro/isotope). There you can grab the latest code and follow development.
## A word about moderation {: #moderation}

10
_posts/docs/2010-12-03-options.mdown

@ -57,7 +57,7 @@ Determines the jQuery method to apply styles, `.css()` or `.animate()`. Useful f
<dd class="default"><code>{ queue: <span class="kc">false</span>, duration: <span class="mi">800</span> }</code></dd>
</dl>
When jQuery is the animation engine, these options will be used in <code>.animate()</code>. See the [jQuery API for animate options](http://api.jquery.com/animate/#animate-properties-options) for details.
When jQuery is the animation engine (see above), these options will be used in <code>.animate()</code>. See the [jQuery API for animate options](http://api.jquery.com/animate/#animate-properties-options) for details.
### Example
@ -96,7 +96,11 @@ Setting a filter with show item elements that match the selector, and hide eleme
### Values {#filter-values}
+ `'*'` Shows all item elements
<ul>
<li><code><span class="s1">'*'</span></code> or <code><span class="s1">''</span></code> (an empty string): Shows all item elements</li>
</ul>
## getSortData
@ -279,7 +283,7 @@ If you do disable transforms, but still want to use [CSS transitions](animating.
### Disabling hiddenStyle scale
If you are using filtering, it's also a good idea to disable the scale transform with the [`hiddenStyle` option](#hiddenstyle)
If you are using filtering, it's also a good idea to disable the scale transform with the [`hiddenStyle` option](#hiddenstyle).
{% highlight javascript %}

Loading…
Cancel
Save