CSS Animation — Horizontal and Vertical Movement
https://on.pyxo.me/3knzQdO #pyxofy #cssanimation #codenewbie
#pyxofy #cssanimation #codenewbie
CSS Animation — Web Animation
https://on.pyxo.me/3xhO1nI #pyxofy #cssanimation #codenewbie
#pyxofy #cssanimation #codenewbie
CSS Animation — Digital Animation
https://on.pyxo.me/3jiXWFX #pyxofy #cssanimation #codenewbie
#pyxofy #cssanimation #codenewbie
CSS Animation - Traditional Analog Animation
https://on.pyxo.me/3J5T163 #pyxofy #cssanimation #codenewbie
#pyxofy #cssanimation #codenewbie
CSS Infinite Slider Flipping Through Polaroid Images https://css-tricks.com/css-infinite-slider-flipping-through-polaroid-images/"CSS 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: https://css-tricks.com/css-infinite-slider-flipping-through-polaroid-images/
#carousel #cssanimation #images #slider #z-index
#carousel #cssanimation #images #slider #z
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 #HTML/#CSS/#SVG, with a tiny bit of #PHP and #Javascript.
Building continues next year - Todo-List will be public soon as well 🙂
#twitch #stream #streamer #website #web #webdevelopment #webdeveloper #HTML5 #htmlcss #CSS3 #svg #svganimation #cssanimation #token #crypto #cryptocurrency #defi #DEX #crosschain #multichain
#html #php #javascript #twitch #stream #streamer #website #web #webdevelopment #webdeveloper #html5 #htmlcss #css3 #svg #SVGAnimation #cssanimation #token #crypto #cryptocurrency #defi #dex #crosschain #multichain
#IntersectionObserver and layout-shifts like scaled elements (#cssanimation) unfortunately does not work at all.
#intersectionobserver #cssanimation
Because I saw a piece of #CSS 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? 👇
#tinyCodingTips #cssAnimation
#css #tinycodingtips #cssanimation
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.
🏷️#divtober, #css, #scss, #cssart, #cssanimation
Also available on YouTube:
https://www.youtube.com/watch?v=jcclDHxD2qc
:sys_twitter: https://twitter.com/robleto/status/1581806004693782528
#divtober #css #scss #cssart #cssanimation
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 ?
#firefox #linux #css #cssanimation @mozilla@twitter.com
#firefox #linux #css #cssanimation