A transform3d custom element
This is a custom component that you can use to apply 3d transforms on browser that implements the w3c transform functions spec it supports:
- rotate
- rotateX
- rotateY
- rotateZ
- perspective
- skew
- skewX
- skewY
- translateX
- translateY
- translateZ
- scale
- scaleX
- scaleY
- scaleZ