| 2 | |
| 3 | Currently we have the easing showcase demo, hidden under effect: http://jqueryui.com/demos/effect/#easing |
| 4 | |
| 5 | The API documentation for the effect-method mentions that is accepts options, but doesn't provide any details at all, also excluding how to specify easings using that option. |
| 6 | |
| 7 | I suggest creating a simple demo under a new "Easings" header, with a single element animated with the easeOutBounce easing; then put the canvas-showcase as an extra demo under that header. |
| 8 | |
| 9 | Also update the effect-API docs to describe the properties the options-argument expects. |