mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
collide updates
This commit is contained in:
@ -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 = {};
|
||||
|
||||
|
Reference in New Issue
Block a user