#cssAnimation

teddymatayoshiteddymatayoshi
2025-05-31

CSS Animation – Create Stunning Isometric Effects using Scaling and Translation Techniques
pyxo.me/a75211

Pyxofypyxofy
2025-05-31

CSS Animation – Create Stunning Isometric Effects using Scaling and Translation Techniques
pyxo.me/a75211

Michael Houmannmichaelhoumann@c.im
2025-05-06

#100DaysOfCode day 22:
Haven't updated thin for a few days. Not much coding, looked a little on a tutorial about #CSSAnimation, but I decided to take care of myself instead of thinking about #code and #math.

#HTML #CSS #JavaScript #WebDev

Ana Tudor 🐯anatudor
2025-04-15

A fun little scroll-driven thing I made. The text is white over the image, but the image isn't static, it rotates on scroll. 😼

Here's a detailed explanation of the how behind reddit.com/r/css/comments/1jyu

Live on @codepen codepen.io/thebabydino/pen/dPP

Also uses container queries, CSS trigonometric functions.

2025-04-09

Nice to see this ancient teaser page I put together for a conference is still pretty much working in browsers

thewebis.hop.ie/teaser/

#cssanimation #macplus

syuzhetsyuzhet
2025-04-08

The hues darken waveringly, like vision when eyelids inch together before sleep. Then, searing bright flashes. Their gaze connected with mine. Their mirthful eyelids framed entreating green irises. They held eye contact, innervating my body, skin to bone.

Ana Tudor 🐯anatudor
2025-04-07

Saw a @codepen demo using... a lot! of elements (screen 1) and quite a bit of to create a simple loader, so I forked it and made a 1 div version (screen 2) in under 30 CSS declarations (gradients, mask, variables to only change --c0 and --c1 values for 2nd loader): codepen.io/thebabydino/pen/Pwo

Screenshot with DevTools open, showing each loader being created with a div with 4 other nested div elements, 2 span elements, 2 i elements and 2 pseudos inside.Screenshot with DevTools open, showing each loader being created with only 1 div and its 2 pseudos.
Ana Tudor 🐯anatudor
2025-03-31

Here's a neat little effect with no text duplication. Uses `background-clip: text` to create the split text face effect + scroll-driven animations to tie the gradient split line position to the 1st section's bottom edge.

Live on @codepen codepen.io/thebabydino/pen/XJW

cc @bramus

Ana Tudor 🐯anatudor
2025-03-29

Here's a simple image stack with an `--ang` rotation around an `--xy` point (both pseudo-random, generated & set inline via Pug) + a 3D entry animation (click Run to run it again).

Live on @codepen codepen.io/thebabydino/pen/qEB

Relevant CSS:
```
body { perspective: 65em }

.stack {
	transform-style: preserve-3d;
	
  img {
    grid-area: 1/ 1;
    place-self: center;
    height: 18.5em;
    aspect-ratio: 1/ 2;
    object-fit: cover;
		transform-origin: var(--xy);
    rotate: var(--ang);
		animation: enter .5s ease-out calc(var(--i)*.4s) both
  }
}

@keyframes enter {
	0% {
		translate: var(--xy) 25em;
		rotate: 0deg;
		filter: blur(9px) opacity(0)
	}
}
```screenshot of linked demo
teddymatayoshiteddymatayoshi
2025-03-22

CSS Animation – Isometric Cubes with Move and Text Glow Animation Effects
pyxo.me/35ad11

Pyxofypyxofy
2025-03-22

CSS Animation – Isometric Cubes with Move and Text Glow Animation Effects
pyxo.me/35ad11

teddymatayoshiteddymatayoshi
2025-02-09

CSS Animation - 3D Transforms with scale3d() Function
pyxo.me/6b7dcc

Pyxofypyxofy
2025-02-08

CSS Animation – 3D Transforms with scale3d() Function
pyxo.me/6b7dcc

Ana Tudor 🐯anatudor
2025-01-18

Know the animated 🌈 border + glow effect that's all the rage? It's normally done by adding an opaque cover on top of two 🌈 layers.

But what if we wanted a (semi)transparent background within the border? It's possible with pure !

Heavily commented on @codepen codepen.io/thebabydino/pen/KwP

Tommi 🤯tommi@pan.rent
2025-01-16

I never thought I would be able to meddle with SVG animations, but I am finally doing it for ournet.rocks/weaver-kit/, and it is so cooooool!

#SVG #SVGanimation #animation #OurNet #KnittingOurInternet #WebDev #WebDesign #CSSanimation #CSS

2025-01-13

Anyone good with CSS animation interested in helping improve the Join the Fediverse website?

github.com/jointhefediverse-ne

#fediverse #CSS #CSSAnimation #WebAnimation #webdev #opensource #HelpWanted

teddymatayoshiteddymatayoshi
2025-01-12

CSS Animation – rotate3d() and 3D Cube Transforms
pyxo.me/dd17b0

Pyxofypyxofy
2025-01-11

CSS Animation – rotate3d() and 3D Cube Transforms
pyxo.me/dd17b0

Ana Tudor 🐯anatudor
2025-01-07

Made this loader codepen.io/thebabydino/pen/Bay half a decade ago. Then it only worked in Chromium browsers with the Experimental Web Platform features flag enabled.

As of 2024, it works cross-browser, no flags needed. Since someone hearting it reminded me of its existence, updated support info.

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst