MCPcopy Create free account
hub / github.com/facebook/Rapid / centerEase

Method centerEase

modules/core/MapSystem.js:825–825  ·  view source on GitHub ↗
(loc2, duration = 250)

Source from the content-addressed store, hash-verified

823 transformEase(t2, duration = 250) { return this.transform(t2, duration); }
824 centerZoomEase(loc2, z2, duration = 250) { return this.setMapParams(loc2, z2, undefined, duration); }
825 centerEase(loc2, duration = 250) { return this.setMapParams(loc2, undefined, undefined, duration); }
826 zoomEase(z2, duration = 250) { return this.setMapParams(undefined, z2, undefined, duration); }
827 fitEntitiesEase(entities, duration = 250) { return this.fitEntities(entities, duration); }
828

Callers 7

selectPhotoMethod · 0.80
operationFunction · 0.80
_firstVertexMethod · 0.80
_lastVertexMethod · 0.80
_previousVertexMethod · 0.80
_nextVertexMethod · 0.80
MapSystem.Test.jsFile · 0.80

Calls 1

setMapParamsMethod · 0.95

Tested by

no test coverage detected