files/en-us/web/api/csstransformvalue/index.md
{{APIRef("CSS Typed OM")}}
The CSSTransformValue interface of the CSS Typed Object Model API represents transform-list values as used by the CSS {{CSSxref('transform')}} property.
{{InheritanceDiagram}}
Below is a list of interfaces based on the CSSTransformValue interface.
CSSTransformValue object.CSSTransformValue.Inherits methods from its ancestor {{domxref('CSSStyleValue')}}.
[key, value] pairs in the same order as that provided by a {{jsxref("Statements/for...in", "for...in")}} loop (the difference being that a for-in loop enumerates properties in the prototype chain as well).CSSTransformValue object.CSSTransformValue object.CSSTransformValue object.To Do.
{{Specifications}}
{{Compat}}