
10 principles for smooth web animations

the little details™
Use trigonometric functions in CSS to create a smooth staggered transition delay 🎬
.character {
transition-delay:
calc(sin((var(--index) / 12) * 45deg) * 0.475s);
} https://t.co/ajAl564U78
jhey ʕ•ᴥ•ʔx.comWeb Interface Guidelines
interfaces.rauno.me
Can you feel the rhythm‽ · March 13, 2024
nerdy.dev