Pyxofy · @pyxofy
4 followers · 65 posts · Server mastodon.social

CSS Animation — Horizontal and Vertical Movement
on.pyxo.me/3knzQdO

#pyxofy #cssanimation #codenewbie

Last updated 2 years ago

Pyxofy · @pyxofy
4 followers · 51 posts · Server mastodon.social
Pyxofy · @pyxofy
3 followers · 37 posts · Server mastodon.social

CSS Animation — Digital Animation
on.pyxo.me/3jiXWFX

#pyxofy #cssanimation #codenewbie

Last updated 2 years ago

Pyxofy · @pyxofy
2 followers · 24 posts · Server mastodon.social

CSS Animation - Traditional Analog Animation
on.pyxo.me/3J5T163

#pyxofy #cssanimation #codenewbie

Last updated 2 years ago

CSS-Tricks · @csstricks
112 followers · 12 posts · Server mastodon.social

CSS Infinite Slider Flipping Through Polaroid Images css-tricks.com/css-infinite-sl Infinite Slider Flipping Through Polaroid Images"

In the last article, we made a pretty cool little slider (or “carousel” if that’s what you prefer) that rotates in a circular direction. This time we are going to make one that flips through a stack of Polaroid images.

Read more: css-tricks.com/css-infinite-sl

-index

#carousel #cssanimation #images #slider #z

Last updated 2 years ago

Own a FRACTION · @fraction
2 followers · 25 posts · Server mastodon.social

The fraction.fyi V2 website status by the end of the year:
A presentable frontpage on desktops ^^

Step by step✌️
Took 19 twitch streams and quite a few hours off-stream. Pure /#CSS/#SVG, with a tiny bit of and .

Building continues next year - Todo-List will be public soon as well 🙂

#html #php #javascript #twitch #stream #streamer #website #web #webdevelopment #webdeveloper #html5 #htmlcss #css3 #svg #SVGAnimation #cssanimation #token #crypto #cryptocurrency #defi #dex #crosschain #multichain

Last updated 2 years ago

Angie Radtke · @AngieRadtke
134 followers · 160 posts · Server mastodon.social

and layout-shifts like scaled elements () unfortunately does not work at all.

#intersectionobserver #cssanimation

Last updated 2 years ago

Ana Tudor 🐯 · @anatudor
595 followers · 335 posts · Server mastodon.social

Because I saw a piece of used to illustrate the 1st principle of animation & almost screamed in horror...

❌ DON'T
.b { -webkit-animation: a 1s ease infinite alternate }

@-webkit-keyframes a {
0% { -webkit-transform: scaley(1.0) }
50% { -webkit-transform: translatey(-300%) scaley(1.2) }
100% { -webkit-transform: scale(1.0) }
}

✅ DO
.b { animation: a .5s ease-out infinite alternate }

@keyframes a {
to { transform: translatey(-300%) scale(.83, 1.2) }
}

Why? 👇

#css #tinycodingtips #cssanimation

Last updated 2 years ago

CodePen.IO :verify: · @CodePen
107 followers · 1890 posts · Server hello.2heng.xin

RT Greg RoBOOleto 👻
Re @CodePen Catching up on making these "making-of" videos. This one required little editing, which made me smile 😀, thinking I am getting more honed at coding these.
🏷️, , , ,
Also available on YouTube:
youtube.com/watch?v=jcclDHxD2q

:sys_twitter: twitter.com/robleto/status/158

#divtober #css #scss #cssart #cssanimation

Last updated 2 years ago

john · @diarra
83 followers · 1525 posts · Server framapiaf.org

oh @firefox@twitter.com can you please tell me why a lame css animation that is moving my background from -300px to 300px is taking 30% of my CPU ?

@mozilla@twitter.com

#firefox #linux #css #cssanimation

Last updated 6 years ago