colinmeinke / wilderness

An SVG animation API
https://wilderness.now.sh
MIT License
155 stars 8 forks source link

Allow motion path to take rotate offset #39

Closed colinmeinke closed 8 years ago

colinmeinke commented 8 years ago

Currently rotate is boolean, and if true will rotate the shape to the angle of the current position on the motion path. rotate should also be able to take a number which will adjust the current position angle by the given value.