--- title: Options category: docs layout: doc body_class: option-def ---
option
animationEngine
'best-available'
animationOptions
{ queue: false }
.animate()
. See the [jQuery API for animate options](http://api.jquery.com/animate/#animate-properties-options) for details.
**Example:**
{% highlight javascript %}
$('#container').isotope({
animationOptions: {
duration: 750,
easing: 'linear',
queue: false
}
});
{% endhighlight %}
containerClass
'isotope'
filter
getSortData
hiddenClass
'isotope-hidden'
hiddenStyle
{ opacity : 0, scale : 0.001 }
itemSelector
layoutMode
'masonry'
resizeable
true
sortAscending
true
sortBy
visibleStyle
{ opacity : 1, scale : 1 }