SanderSpies / react-magician

Declaratively animate React components
http://sanderspies.github.io/react-magician/examples/simple/index.html
166 stars 2 forks source link

Support complex values #4

Closed SanderSpies closed 9 years ago

SanderSpies commented 9 years ago

Like:

0, 0, 0, 0
0 0 0 0
translate(1, 2)
skewX(2, 3)
etc.

Should be solved at initialization.

SanderSpies commented 9 years ago

Fixed