MCPcopy Create free account
hub / github.com/microsoft/SandDance / _createDefaultAnimation

Function _createDefaultAnimation

docs/app/js/sanddance-app.js:28717–28724  ·  view source on GitHub ↗
(animationName, delayLength)

Source from the content-addressed store, hash-verified

28715 });
28716}
28717function _createDefaultAnimation(animationName, delayLength) {
28718 return {
28719 animationName: animationName,
28720 animationIterationCount: DEFAULT_ITERATION_COUNT,
28721 animationDuration: DEFAULT_DURATION,
28722 animationDelay: delayLength || DEFAULT_DELAY
28723 };
28724}
28725var PulsingBeaconAnimationStyles = {
28726 continuousPulseAnimationDouble: _continuousPulseAnimationDouble,
28727 continuousPulseAnimationSingle: _continuousPulseAnimationSingle,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected