Animated Greyscale to Color Image Reveal Effect
Ana Tudor recently shared a trick on how to make an image partially greyscale: #tinyCSStip Would you like to apply `filter: grayscale(1)`, but only partly, not everywhere? You can emulate that with...
View ArticleThe Surprising Things That CSS Can Animate
Back in June, Will Boyd wondered what things CSS can animate, which turns out to be quite a lot. This articles explores some of the unexpected things that CSS can animate and some nifty things you can...
View ArticleThe Future of CSS: Scroll-Linked Animations with @scroll-timeline (Part 1)
/* DL GRID @src https://codepen.io/bramus/pen/POEaXg*/ dl { display: grid; grid-template: auto / 10em 1fr; } dt { grid-column: 1; } dd { grid-column: 2; } dt, dd { margin: 0; padding: .3em .5em;...
View ArticleThe Future of CSS: Scroll-Linked Animations with @scroll-timeline (Part 2)
/* DL GRID @src https://codepen.io/bramus/pen/POEaXg*/ dl { display: grid; grid-template: auto / 10em 1fr; } dt { grid-column: 1; } dd { grid-column: 2; } dt, dd { margin: 0; padding: .3em .5em;...
View ArticleExploring @property and its Animating Powers
Over at CSS-Tricks Jhey Tompkins has written a solid piece on the amazing @property and the possibilities it opens: We can give the browser the information is needs to transition and animate those...
View ArticleDrop-in CSS transitions with transition.css
https://www.bram.us/wordpress/wp-content/uploads/2021/03/transition-css.mp4 transition.css is a handy stylesheet by Adam Argyle, full of transitions you can apply on your page. Simply import the...
View ArticleSVG Cassette Tape
Past weekend Lou Ottens — inventor of the Casette Tape while working at Philips Hasselt (Belgium) — passed away at the age of 95. Sharing this Greensock-powered SVG Animation by Chris Gannon seems very...
View ArticleScroll Linked Animations With NO JAVASCRIPT!?
Building further upon my posts digging into Scroll-Linked Animations, Gary Simon created this video recreating a basic Scroll-Linked Animation that animates an image as you scroll down the page. Good...
View ArticleRecreating the Apple Keynote Event animation using SVG, Canvas, and GreenSock
Louis Hoebregts recreated the animation of last Apple’s recent Keynote Event using SVG, Canvas, and GreenSock: See the Pen Apple Keynote animation by Louis Hoebregts (@Mamboleoo) on CodePen. Crazy! 🤯...
View ArticleMax Cooper – Symphony in Acid
Embedded above is the video clip for Max Cooper’s Symphony in Acid This video is from my ‘Unspoken Words’ project, where I tried to express things with music and visual art which I could not put into...
View Article