When setting -webkit-transform: rotateY(180deg) it always rotates with the axis being at the center of the div. Is there a way to set it so that it flips from the far left or right edge of the div e.g. like how a door swings?
Use https://developer.mozilla.org/En/CSS/-moz-transform-origin
精彩评论