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

Function _createSlideOutX

docs/app/js/sanddance-app.js:28396–28405  ·  view source on GitHub ↗
(toX)

Source from the content-addressed store, hash-verified

28394 });
28395}
28396function _createSlideOutX(toX) {
28397 return (0, _mergeStyles.keyframes)({
28398 from: {
28399 transform: "translate3d(0,0,0)"
28400 },
28401 to: {
28402 transform: "translate3d(" + toX + "px,0,0)"
28403 }
28404 });
28405}
28406function _createSlideOutY(toY) {
28407 return (0, _mergeStyles.keyframes)({
28408 from: {

Callers 1

sanddance-app.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected