PencilCode / jquery-turtle

Turtle Graphics for JQuery
Other
44 stars 25 forks source link

Fix handling of px units in CSS hook setters. #71

Closed davidbau closed 10 years ago

davidbau commented 10 years ago

turtle.animate { turtlePositionX: '+=100' } had been broken becuase the CSS hooks for turtlePosition* were not handling things when the units "px" were included in the set value. This is now fixed, and animate works again. A test is added for this case.

davidbau commented 10 years ago

Reviewed by nikhil - ok great, he says.