MCPcopy Create free account
hub / github.com/idank/explainshell / createFxNow

Function createFxNow

explainshell/web/static/js/jquery.js:8684–8689  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8682
8683// Animations created synchronously will run synchronously
8684function createFxNow() {
8685 setTimeout(function() {
8686 fxNow = undefined;
8687 });
8688 return ( fxNow = jQuery.now() );
8689}
8690
8691function createTweens( animation, props ) {
8692 jQuery.each( props, function( prop, value ) {

Callers 2

tickFunction · 0.85
AnimationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected