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

Function _createAnimation

docs/app/js/sanddance-app.js:28364–28371  ·  view source on GitHub ↗
(animationName, animationDuration, animationTimingFunction)

Source from the content-addressed store, hash-verified

28362 rotateN90deg: _createAnimation(ROTATE_N90, "0.1s", EASING_FUNCTION_2)
28363};
28364function _createAnimation(animationName, animationDuration, animationTimingFunction) {
28365 return {
28366 animationName: animationName,
28367 animationDuration: animationDuration,
28368 animationTimingFunction: animationTimingFunction,
28369 animationFillMode: "both"
28370 };
28371}
28372function _createSlideInX(fromX) {
28373 return (0, _mergeStyles.keyframes)({
28374 from: {

Callers 1

sanddance-app.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected