Open
Description
First of all, awesome little plugin! I've noticed that passing spring start and target values with () seems to break the code. At least thats my assumption.
Uncaught TypeError: Cannot convert undefined or null to object : css-spring.js:647
Lets say I want to translateX(50px), this won't work. I know I could use the "formatter" to fix this issue, but it would be awesome to just have start and target to be plain style objects.