collide updates

This commit is contained in:
Adam Bradley
2015-04-25 14:48:36 -05:00
parent 61eb9b06c7
commit ac0494ba76
5 changed files with 98 additions and 22 deletions

View File

@ -635,8 +635,6 @@ export function animationProcess(action, elements, elementsIndex, options, prope
parsePropertyValue(), calculateUnitRatios(), Element-Specific Units
**********************************************************************/
/* Note: IE8 rounds to the nearest pixel when returning CSS values, thus we perform conversions using a measurement
of 100 (instead of 1) to give our ratios a precision of at least 2 decimal values. */
var measurement = 100,
unitRatios = {};