MCPcopy Index your code
hub / github.com/JsAaron/jQuery / genFx

Function genFx

1.7/effects.js:329–337  ·  view source on GitHub ↗
( type, num )

Source from the content-addressed store, hash-verified

327
328// Generate parameters to create a standard animation
329function genFx( type, num ) {
330 var obj = {};
331
332 jQuery.each( fxAttrs.concat.apply([], fxAttrs.slice( 0, num )), function() {
333 obj[ this ] = type;
334 });
335
336 return obj;
337}
338
339// Generate shortcuts for custom animations
340jQuery.each({

Callers 1

effects.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected