Is it possible to set perspective-origin on elements that are transformed with transform: perspective()?
问题 TL;DR: Is it possible to set the vanishing point ( perspective-origin ) for an element that is given perspective directly via transform: perspective() , as opposed to inheriting it from a parent via perspective: ? You can see an example at http://jsbin.com/fevik/2/edit. In the second set of elements, I would like each element to have its own vanishing point that I can specify. Discussion: It's easy to set the vanishing point ( perspective-origin ) for elements that are 3D-positioned by their