( type, num )
| 292 | |
| 293 | // Generate parameters to create a standard animation |
| 294 | function genFx( type, num ) { |
| 295 | var obj = {}; |
| 296 | |
| 297 | jQuery.each( fxAttrs.concat.apply([], fxAttrs.slice(0,num)), function() { |
| 298 | obj[ this ] = type; |
| 299 | }); |
| 300 | |
| 301 | return obj; |
| 302 | } |
| 303 | |
| 304 | // Generate shortcuts for custom animations |
| 305 | jQuery.each({ |