MCPcopy
hub / github.com/greensock/GSAP / _round

Function _round

esm/PhysicsPropsPlugin.js:19–21  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

17 return gsap || typeof window !== "undefined" && (gsap = window.gsap) && gsap.registerPlugin && gsap;
18},
19 _round = function _round(value) {
20 return Math.round(value * 10000) / 10000;
21},
22 _bonusValidated = 1,
23 //<name>PhysicsPropsPlugin</name>
24_initCore = function _initCore(core) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…