chromawoods / instaFilta

jQuery plugin for performing in-page filtering
MIT License
41 stars 12 forks source link

Add option for toggle effect #4

Closed chromawoods closed 9 years ago

chromawoods commented 9 years ago

By default, instaFilta uses jQuery toggle(true/false) to hide or show targets. There should be an option to pass in whatever effect you like (fadeToggle, slideToggle etc).

The option should be allowed to be false, in case the user wants to hide/show using CSS classes alone instead of jQuery.

chromawoods commented 9 years ago

This has now been implemented, check out new options for effects and duration. Bonus: Also added onFilterComplete callback.