jhey 🔨🐻✨(@jh3yy) 's Twitter Profile Photo

Future CSS Tip! 🔮

Use scroll-driven animation to animate non-ancestor elements w/ timeline-scope 👀

main{ timeline-scope: --a; }👈 hoist!
.a{ view-timeline: --a; }
.i{ animation: indicate; animation-timeline: --a; }

Peep the contact list indicators ✨

CodePen.IO link below! 👇

account_circle
ScriptRunner 🤖(@Script_Runner) 's Twitter Profile Photo

Already have a PowerShell cheat sheet yet? If not, then we have good news: You can order one for free! The most important cmdlets at a glance – your perfect sidekick for PowerShell scripting bit.ly/2O5rqm6

Already have a PowerShell cheat sheet yet? If not, then we have good news: You can order one for free! The most important cmdlets at a glance – your perfect sidekick for PowerShell scripting #PowerShell #cmdlets #KeepOnScripting bit.ly/2O5rqm6
account_circle
Ksenia Kondrashova(@uuuuuulala) 's Twitter Profile Photo

If you've ever faced this, you know what I'm talking about. It's quite a challenge to build a gradient along an SVG path. Here is a GSAP solution.

Final demo: codepen.io/ksenia-k/full/…
Tutorial: dev.to/uuuuuulala/gra…

Made with GreenSock, hosed on CodePen.IO and DEV Community

account_circle
jhey 🔨🐻✨(@jh3yy) 's Twitter Profile Photo

Future CSS Tip! 🔮

You can use scroll-driven animation with animation-range 'cover' to create CSS 'Cover flow' ✨

.cover {
animation: flow;
animation-timeline:--cover;
animation-range: cover;
}

Use a smidge of JS to get infinite scroll 🚀

CodePen.IO link/details below! 👇

account_circle
kimmohito(@kimmohito) 's Twitter Profile Photo

Got the job offer via email because of simple posting. Plus i have no followers on codepen, i never thought it is something. Maybe you guys has at least one platform to show off your skills. This will sometime help your career growth.

codepen.io/kimmohito

Got the job offer via email because of simple posting. Plus i have no followers on codepen, i never thought it is something. Maybe you guys has at least one platform to show off your skills. This will sometime help your career growth.

codepen.io/kimmohito
account_circle
Bramus(@bramus) 's Twitter Profile Photo

Have you heard about the linear() easing function?

It’s a timing function that allows you to recreate bounce and spring effects in CSS, something you could not do before.

The function is available in Firefox 112 and Chrome 113.

developer.chrome.com/articles/css-l…

account_circle
Ledgible Crypto Tax & Accounting(@Ledgiblecrypto) 's Twitter Profile Photo

Crypto taxes can be confusing, especially if you're not sure what to do. Don't pay more than you have to on your crypto taxes.

account_circle
jhey 🔨🐻✨(@jh3yy) 's Twitter Profile Photo

Future CSS Tip! 🔮

You can use scroll-driven animation and some masking to create a faux curved parallax scroller 🔥

.track {
animation: shift;
animation-timeline: scroll(root); 👈
}

Couldn't resist having a go at this cool design from Framer University 👏

CodePen.IO link below! 👇

account_circle
Framer University(@learnframer) 's Twitter Profile Photo

If you're familiar with combining multiple transforms & effects in @Framer, the possibilities are endless.

For example, combine:

- Sticky positioning.
- Rotated container.
- Scroll transforms.

And create something like this: tilted.learnframer.site

account_circle
Taha Shashtari(@tahazsh) 's Twitter Profile Photo

✍️ New Article: “Creating a Smooth Card-to-Modal Transition with Vanilla JavaScript”

Learn how to use the FLIP animation technique to create a smooth transition animation.

Article: tahazsh.com/blog/smooth-ca…

Codepen: codepen.io/tahazsh/pen/MW…

account_circle
John ✨️(@AdemoyeJohn) 's Twitter Profile Photo

Websites for learning CSS:

- MDN
- CodePen
- CSS Tricks
- W3Schools
- Codecademy
- FreeCodeCamp
- CSS-Tricks Almanac
- Web Designer Depot

CSS comes with practice. Start now.

account_circle
Yazdun | Frontend Dev(@Yazdun) 's Twitter Profile Photo

Day 54 of

I've been browsing some open source ThreeJs games today and I found some really cool stuff!

The best one so far is this super cool rabbit game created by Karim Maaloul on Codepen, which is just awesome 🤣🔥

account_circle
jhey 🔨🐻✨(@jh3yy) 's Twitter Profile Photo

Future CSS Tip! 🔮

You can power micro-interactions with scroll driven animations 😎

Define a range with custom props and hook up to body scroll 📜

.avatar{
animation:shrink;
animation-timeline:scroll(root);
animation-range:calc(var(--head)*0.9) ...;
}

CodePen.IO link below! 👇

account_circle
Konstantin Denerz(@kdenerz) 's Twitter Profile Photo

Great article about CSS linear() function. ✨
I just updated my latest CodePen.IO with bouncing effect:

🔗codepen.io/konstantindene…

account_circle
Froala(@froala) 's Twitter Profile Photo

If you're new to coding, choosing the right editor can make all the difference. Check out these top 5 online JavaScript editors to find the perfect fit for you 👉 bit.ly/3n6Ok2F

editor

If you're new to coding, choosing the right editor can make all the difference. Check out these top 5 online JavaScript editors to find the perfect fit for you 👉 bit.ly/3n6Ok2F

#Froala #HTMLeditor #HTML #WYSIWYG #Javascript
account_circle
Nicolas Jesenberger(@njesenberger) 's Twitter Profile Photo

What if inputs had secrets ? 👀

Check out what happens when you drag this slider over the maximum value 🌶️💥

Try it on CodePen.IO 👇

account_circle