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

Function FlyToInterpolator1

docs/app/js/sanddance-app.js:97937–97968  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

97935 (0, _inheritsDefault.default)(FlyToInterpolator1, _TransitionInterpolat);
97936 var _super = _createSuper(FlyToInterpolator1);
97937 function FlyToInterpolator1() {
97938 var _this;
97939 var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
97940 (0, _classCallCheckDefault.default)(this, FlyToInterpolator1);
97941 _this = _super.call(this, {
97942 compare: [
97943 "longitude",
97944 "latitude",
97945 "zoom",
97946 "bearing",
97947 "pitch"
97948 ],
97949 extract: [
97950 "width",
97951 "height",
97952 "longitude",
97953 "latitude",
97954 "zoom",
97955 "bearing",
97956 "pitch"
97957 ],
97958 required: [
97959 "width",
97960 "height",
97961 "latitude",
97962 "longitude",
97963 "zoom"
97964 ]
97965 });
97966 _this.props = Object.assign({}, DEFAULT_OPTS, props);
97967 return _this;
97968 }
97969 (0, _createClassDefault.default)(FlyToInterpolator1, [
97970 {
97971 key: "interpolateProps",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected