MCPcopy Create free account
hub / github.com/unconed/TermKit / genFx

Function genFx

HTML/jquery.js:8236–8244  ·  view source on GitHub ↗
( type, num )

Source from the content-addressed store, hash-verified

8234
8235// Generate parameters to create a standard animation
8236function 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
8247jQuery.each({

Callers 1

jquery.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected