(animation)
| 211 | return a; |
| 212 | }, |
| 213 | _getClosestLabel = function _getClosestLabel(animation) { |
| 214 | return function (value) { |
| 215 | return gsap.utils.snap(_getLabelRatioArray(animation), value); |
| 216 | }; |
| 217 | }, |
| 218 | _snapDirectional = function _snapDirectional(snapIncrementOrArray) { |
| 219 | var snap = gsap.utils.snap(snapIncrementOrArray), |
| 220 | a = Array.isArray(snapIncrementOrArray) && snapIncrementOrArray.slice(0).sort(function (a, b) { |
no test coverage detected
searching dependent graphs…