#css-animations

[ follow ]
fromCSS-Tricks
1 day ago

3D Layered Text: Motion and Variations | CSS-Tricks

Let's start things off with a quick animation tip that pairs perfectly with layered 3D text. Sometimes, we want to rotate the element without actually changing the orientation of the text so it stays readable. The trick here is to combine multiple rotations across two axes. First, rotate the text on the z-axis. Then, add a tilt on the x-axis. Finally, rotate the text back on the z-axis.
Typography
fromCSS-Tricks
2 weeks ago

Bringing Back Parallax With Scroll-Driven CSS Animations | CSS-Tricks

Parallax is a design pattern where webpage elements move at different speeds during scrolling, creating a layered, three-dimensional effect. Initially reliant on JavaScript, a recent CSS-only method has emerged, allowing smoother, non-blocking animations.
Web development
#web-design
JavaScript
fromSmashing Magazine
3 months ago

Smashing Animations Part 3: SMIL's Not Dead Baby, SMIL's Not Dead - Smashing Magazine

SMIL animations in SVG enrich design capabilities beyond CSS animations.
SMIL is still viable for modern web design despite previous deprecation concerns.
[ Load more ]