Future CSS Tip! 🔮
You can create this scrolling image pop-out effect with CSS scroll-driven animations and zero JS! 🔥
.pop {
view-timeline-name: --pop;
}
img {
animation: slide both;
animation-timeline: --pop;
animation-range: entry 100% cover 50%;
}
.skateboarder {
--x: 0;
--y: -45%;
}
@ keyframes slide {
to { translate: var(--x) var(--y); }
}
The "trick" is to layer up two image elements and keep one clipped by the container 🤙
Slide them both together and it will look like one pops out of the container 🎈 You can leverage scoped custom properties to translate by different distances too! 😎
You can use macOS's built-in image background removal tool to get the pop-out image ✨ And for added effect, you can animate the brightness on that to make it stand out ⭐️
@CodePen link below! 👇
"Tinkerer by Night" from Sanne 't Hooft at #CSSDay had me at the edge of my seat and completely mesmerized! So inspiring!
Check out all the demo's for yourself (Chrome only mostly) here at their rad site!
https://t.co/ImxrPS7rnJ
I thoroughly enjoyed being at #cssday during the past days: great presentations in a single track format and just by being surrounded by lots of smart, fun and creative people who really love the web platform itself
Handmade Amsterdam is looking for a Lead Interaction Design. A hands-on master in digital with a thorough understanding of physical product design. Are you ready to do work you've never done before? Apply or share!
https://t.co/dfop9OFSRg
#jobs#lead#interaction#design
We made great progress on #UFO50 this year! Can't wait to let everyone play these classic titles from an alternate dimension... thanks for your support and see you in 2019!
https://t.co/DnGQLDu9wB #pixelart#gamedev
Today I'm launching https://t.co/PX30RBnfSm – a tool to automatically remove the background of any image (with a person in it) 🚀Built with python, ruby & deep learning with @davidfankhauser - AMA
What if there is a platform that captures all audio playback, everywhere?
One that keeps record of the metadata of all individual audio items being played, including geolocation details and a timestamp.
Sounds creepy? Well, just hear us out:
https://t.co/am5CBw5xXy
We developed a method to tie every aspect of the product and system together within the first weeks of a project.
We call this Rudy: A rudimentary prototype.
Tonight Michiel will show how Rudy allows us to build complex prototypes in a few weeks at:
https://t.co/kBZKbou4bL …
Remember sharing homemade mixtapes with your friends?
Bobby does.
We've come a long way since then.
We brainstormed about the future of audio and tied local audio discovery and audio sharing together into a new audio platform: Soundspheres.
https://t.co/am5CBw5xXy
#OpenCV.js & #WebAssembly, great resources to read:
- Computer Vision for the Masses by @IntelSoftware: https://t.co/1uaQwBmgc3
- https://t.co/HpQ6RWqMjd by @mozhacks
- #WASM vs ASM.js vs JS demo: https://t.co/NUfO24tT5p