STAGE
{
const rect = $el.getBoundingClientRect();
rx = -((e.clientY - rect.top) - rect.height/2) / 10;
ry = ((e.clientX - rect.left) - rect.width/2) / 10;
}"
@mouseleave="rx = 0; ry = 0"
:style="`transform: perspective(1000px) rotateX(${rx}deg) rotateY(${ry}deg) scale3d(${rx===0 ? 1 : 1.05}, ${rx===0 ? 1 : 1.05}, 1);`"
class="transition-transform duration-200 ease-out will-change-transform">
auto_awesome
Neural Link Active