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

Function _createSlideInX

docs/app/js/sanddance-app.js:28372–28383  ·  view source on GitHub ↗
(fromX)

Source from the content-addressed store, hash-verified

28370 };
28371}
28372function _createSlideInX(fromX) {
28373 return (0, _mergeStyles.keyframes)({
28374 from: {
28375 transform: "translate3d(" + fromX + "px,0,0)",
28376 pointerEvents: "none"
28377 },
28378 to: {
28379 transform: "translate3d(0,0,0)",
28380 pointerEvents: "auto"
28381 }
28382 });
28383}
28384function _createSlideInY(fromY) {
28385 return (0, _mergeStyles.keyframes)({
28386 from: {

Callers 1

sanddance-app.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected