@Antetype@jh3yy Link to protoype: https://t.co/dYAOILYwtc
Antetype file is availbale here: https://t.co/lwm2KHcTmA
Original Tweet
https://t.co/wJ8kxMpjDt
CSS Tip! 🚀
Use custom properties to power parallax effects 😎
Use JavaScript to pass the pointer position to CSS. Let CSS handle the rest, moving things at different rates 💪
card:hover{
rotate: calc(var(--ratio-y) * 50deg);
}
Play with card effects ✨
Demo link below! 👇