I'd like to animate parts of an inline svg element. I think it is really cool that you can use css transforms on the svg path elements, and thereby animate parts of the svg. But after playing around with it, I have run into an issue with the translateZ function. For some reason using the 3rd dimension on path elements doesn't seem to work?
Does any one know why this is? it works fine on the svg element, but not on the path elements with a class name. I did a small demo here to illustrate the problem: http://codepen.io/anon/pen/uFEhp
Any clue as to why this is?