SPAs, Shared Element Transitions, and Re-Evaluating Technology
1.6.2022
Nolan Lawson sparked some discussion when he described a noticeable shift away from single-page applications (SPAs):
Hip new frameworks like Astro, Qwik, and Elder.js are touting their MPA [multi-page application] with “0kB JavaScript by default.”
…
SPAs, Shared Element Transitions,...
Inspirational Websites Roundup #38
1.6.2022
A new hand-picked selection of fresh websites for your inspiration.
The post Inspirational Websites Roundup #38 appeared first on Codrops
Coding an Infinite Slider using Texture Recursion with Three.js
1.6.2022
A coding session where you'll learn how to recreate the infinite image slider seen on tismes.com using Three.js.
The post Coding an Infinite Slider using Texture Recursion with Three.js appeared first on Codrops
Scroll Animation Ideas for Image Grids
31.5.2022
Some ideas for animations on images in a grid when scrolling a page.
The post Scroll Animation Ideas for Image Grids appeared first on Codrops
Top 7 Unique WordPress Hosts: Best WP Hosting in 2022
30.5.2022
A quick overview of some of the most reliable web hosting services for WordPress for both beginners and professionals.
The post Top 7 Unique WordPress Hosts: Best WP Hosting in 2022 appeared first on Codrops
Just How Long Should Alt Text Be?
27.5.2022
I teach a class over at the local college here in Long Beach and a majority of the content is hosted on the Canvas LMS so students can access it online. And, naturally, I want the content to be as …
Just How Long Should Alt Text Be? originally published on CSS-Tricks. You should get...
Collective #713
27.5.2022
Create a 3D Scroll Gallery with GSAP * CSS object-view-box * Sherpa * OptimizeImages
The post Collective #713 appeared first on Codrops
Beautify GitHub Profile
26.5.2022
It wasn’t long ago that Nick Sypteras showed us how to make custom badges for a GitHub repo. Well, Reza Shakeri put Beautify GitHub Profile together and it’s a huuuuuuge repo of different badges that pulls lots of examples …
Beautify GitHub Profile originally published...
Cool CSS Hover Effects That Use Background Clipping, Masks, and 3D
26.5.2022
We’ve walked through a series of posts now about interesting approaches to CSS hover effects. We started with a bunch of examples that use CSS background properties, then moved on to the text-shadow property where we technically didn’t use …
Cool CSS Hover Effects That Use Background...
Customizing Color Fonts on the Web
26.5.2022
Myles C. Maxfield on the WebKit Blog published a nifty how-to for color fonts. It comes on the heels of what Ollie wrote up here on CSS-Tricks the other day, and while they cover a lot of common …
Customizing Color Fonts on the Web originally published on CSS-Tricks. You should get...
A Perfect Table of Contents With HTML + CSS
25.5.2022
Earlier this year, I self-published an ebook called Understanding JavaScript Promises (free for download). Even though I didn’t have any intention of turning it into a print book, enough people reached out inquiring about a print version that …
A Perfect Table of Contents With HTML...
Mastering SVG’s stroke-miterlimit Attribute
24.5.2022
So, SVG has this stroke-miterlimit presentation attribute. You’ve probably seen it when exporting an SVG from a graphic editor program, or perhaps you find out you could remove it without noticing any change to the visual appearance.
After a good …
Mastering SVG’s stroke-miterlimit...