``` [{transform: "translate(0,0)"}, {transform: "translate(0,-100%)"},] ``` gets applies as `translate(0px, calc(0px, -x%), 0px)`. No version of IE appear to support `calc()` inline of `translate` or at least not in this case. See: http://jsfiddle.net/kitsunde/8N5LE/