function _clearTimeTickers()

in components/helper/sandbox.ts [83:89]


  function _clearTimeTickers() {
    for (let key in animatorIdMap) {
      if (animatorIdMap.hasOwnProperty(key)) {
        clearTimer(key)
      }
    }
  }