MCPcopy
hub / github.com/impress/impress.js / scale

Function scale

js/impress.js:121–123  ·  view source on GitHub ↗
( s )

Source from the content-addressed store, hash-verified

119
120 // `scale` builds a scale transform string for given data.
121 var scale = function( s ) {
122 return " scale(" + s + ") ";
123 };
124
125 // `computeWindowScale` counts the scale factor between window size and size
126 // defined for the presentation in the config.

Callers 4

initStepFunction · 0.70
initFunction · 0.70
gotoFunction · 0.70
swipeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected