Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

jQuery UI effect() method - what are the options for each effect?

Tags:

jquery-ui

jQuery UI has an effect() method which is demonstrated at: http://jqueryui.com/demos/effect/
It shows how you can specify various effects such as 'blind', 'fold', etc. For each effect you can also pass in an options hash, but I can't find a list of the available options anywhere. What are they?

like image 726
codeulike Avatar asked Sep 25 '10 15:09

codeulike


1 Answers

I hate trying to find what I need on the jQuery site. Google always seems to give me what I want though. I think these are the pages you're looking for:

http://docs.jquery.com/UI/Effects

like image 105
jay.lee Avatar answered Nov 04 '22 01:11

jay.lee