From 4d85293b4332111d57fa5a9bc0eb1b3026bd79d6 Mon Sep 17 00:00:00 2001 From: David DeSandro Date: Thu, 16 Jun 2011 21:05:05 -0400 Subject: [PATCH] docs : intro & options : copy edits --- _posts/docs/2010-12-01-introduction.mdown | 4 ++-- _posts/docs/2010-12-03-options.mdown | 10 +++++++--- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/_posts/docs/2010-12-01-introduction.mdown b/_posts/docs/2010-12-01-introduction.mdown index 030ad93..3ab3fe0 100644 --- a/_posts/docs/2010-12-01-introduction.mdown +++ b/_posts/docs/2010-12-01-introduction.mdown @@ -27,7 +27,7 @@ toc: ## Licensing

- Commercial use of Isotope requires purchase of one-time license fee per developer seat. Commercial use includes any application that makes you money — portfolio sites, premium templates, etc. Commercial licenses may be purchased at metafizzy.co. + Commercial use of Isotope requires purchase of one-time license fee per developer seat. Commercial use includes any application that makes you money — portfolio sites, premium templates, etc. Commercial licenses may be purchased at metafizzy.co.

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} diff --git a/_posts/docs/2010-12-03-options.mdown b/_posts/docs/2010-12-03-options.mdown index e73fc99..ef7d1c9 100644 --- a/_posts/docs/2010-12-03-options.mdown +++ b/_posts/docs/2010-12-03-options.mdown @@ -57,7 +57,7 @@ Determines the jQuery method to apply styles, `.css()` or `.animate()`. Useful f
{ queue: false, duration: 800 }
-When jQuery is the animation engine, these options will be used in .animate(). 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 .animate(). 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 + + + ## 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 %}