How do I compete the transformation matrix needed to transform a rectangle into a trapezium?

前端 未结 4 1800
青春惊慌失措
青春惊慌失措 2020-12-19 18:38

I\'m playing around with css transforms and the equivalent filters in IE, and want to simulate perspective by transforming a 2d rectangle into a trapezium.

Specifica

4条回答
  •  隐瞒了意图╮
    2020-12-19 18:43

    You can accomplish this with the new CSS3 matrix3d transform which will give you the ability to use the abovementioned 4x4 matrix.

提交回复
热议问题