xml3d / xml3d.js

The WebGL/JS implementation of XML3D
Other
75 stars 25 forks source link

Support CSS transitions on the 'transform' property #173

Closed csvurt closed 8 years ago

csvurt commented 8 years ago

We'd like to expand the CSS transform handling to also allow the use of the transition property to animate a transformation. eg:

$("#myMesh").css({ transform: "translate3d(5px, 0px, 0px);", transition: "transform 500ms ease" });
csvurt commented 8 years ago

Released in 5.2