react-spring
Advanced tools
Comparing version 4.1.7 to 4.1.8
{ | ||
"name": "react-spring", | ||
"version": "4.1.7", | ||
"version": "4.1.8", | ||
"description": "Animate React with ease", | ||
@@ -5,0 +5,0 @@ "main": "dist/react-spring", |
@@ -6,3 +6,6 @@ import React from 'react' | ||
const check = value => value === 'auto' | ||
const convert = (acc, [name, value]) => ({ ...acc, [name]: new Value(value) }) | ||
const convert = (acc, [name, value]) => ({ | ||
...acc, | ||
[name]: new AnimatedValue(value), | ||
}) | ||
const overwrite = (width, height) => (acc, [name, value]) => ({ | ||
@@ -9,0 +12,0 @@ ...acc, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
581427
7905