Essential
€499
per maand
Pro
€999
per maand
Enterprise
€2499
per maand
// Mechanisme: pricing-hover-tilt-playful import gsap from 'https://esm.sh/[email protected]'; // Pas toe op je eigen selector — geen stijlkeuzes hier. import gsap from 'https://esm.sh/[email protected]'; if(window.matchMedia('(prefers-reduced-motion: reduce)').matches)return; const TILT_DUR=0.8, TILT_EASE='back.out(1.7)', TILT_HOVER_DUR=0.4; document.querySelectorAll('.tilt-card').forEach(c=>{c.addEventListener('mousemove',e=>{const r=c.getBoundingClientRect(),x=(e.clientX-r.left)/r.width-0.5,y=(e.clientY-r.top)/r.height-0.5;gsap.to(c,{rotateX:-y*12,rotateY:x*12,duration:TILT_HOVER_DUR,ease:'power2.out',transformPerspective:800});});c.addEventListener('mouseleave',()=>gsap.to(c,{rotateX:0,rotateY:0,duration:TILT_DUR,ease:TILT_EASE}));});
<!-- Skeleton: pricing-hover-tilt-playful --> <div class="demo-block"> <!-- DOM-structuur hier --> </div>
/* Styling: pricing-hover-tilt-playful */
:root {
--block-bg: ;
--block-fg: ;
--block-accent: ;
}