mhemesath / r2d3

Raphael Rendered, Data Driven Documents
MIT License
546 stars 133 forks source link

Transitions don't work for HTML elements #103

Closed sun16 closed 10 years ago

sun16 commented 11 years ago

attr() and style() calls work fine on HTML elements, but not when chained after a transition() call. "Object doesn't support this property or method - r2d3.js, line 8910" This seems to be the cause of issue #90.

http://jsfiddle.net/MHxXd/

sun16 commented 10 years ago

Resolved by pull request https://github.com/mhemesath/r2d3/pull/139