( type, num )
| 8234 | |
| 8235 | // Generate parameters to create a standard animation |
| 8236 | function genFx( type, num ) { |
| 8237 | var obj = {}; |
| 8238 | |
| 8239 | jQuery.each( fxAttrs.concat.apply([], fxAttrs.slice(0,num)), function() { |
| 8240 | obj[ this ] = type; |
| 8241 | }); |
| 8242 | |
| 8243 | return obj; |
| 8244 | } |
| 8245 | |
| 8246 | // Generate shortcuts for custom animations |
| 8247 | jQuery.each({ |