Is there a way to achieve a similar effect as Safari's new tab using HTML5 canvas instead of CSS3 3d transform?
While we can create a similar transformation with CSS3 3D transform, it is limited to Webkit browsers. Can we use CANVAS to replicate this effect on other browsers?
Edit: How can the perspective effect be implemented using the canvas transform matrix specifically? It should be noted that the effect is not just isometric; if we opt for isometric, we can achieve a rounded shape like the one shown in the image reference.