AI Authority(@Authority_AI) 's Twitter Profile Photo

Anyone can code with ChatGPT and CodePen.

I created this Midjourney topic randomizer in literally 2 minutes.

Here's how ๐Ÿ‘‡

account_circle
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
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
Mustafa Enes(@scriptype) 's Twitter Profile Photo

Scroll-linked Jupiter approach is my new favorite demo. Images are taken by NASA Voyager during its approach to Jupiter in 1979. See it in action CodePen.IO: codepen.io/pavlovsk/pen/Mโ€ฆ

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
๐Ÿ”ฎ Metaschool(@0xmetaschool) 's Twitter Profile Photo

๐Ÿ”Learn to build your own AI code translator using NextJS and OpenAI API
Generate code in any language using natural language input
Improve your coding skills & speed with this powerful tool.

Gain expertise in AI, NodeJS, and GPT-3.5 models.
Enroll now!

account_circle
Carl ๐Ÿ’ฅ Creative Coding Club(@snorklTV) 's Twitter Profile Photo

one of my old favorites that uses GreenSock's CustomEase. I just love that brief moment of concern before the drop-in

The little burst at the apex is pretty fun too ๐Ÿ˜

Seems the compression wasn't too kind.
View @codepen in magnificent SVG glory here:

codepen.io/snorkltv/pen/Eโ€ฆ

account_circle
Jordan Dey(@DeyJordan) 's Twitter Profile Photo

My 'Solar System Menu' has been updated with a lot of mesmerizing transitions ๐Ÿ‘‡

Everything, always 100% in and without ๐Ÿ˜Ž

CodePen.IO : codepen.io/DeyJordan/pen/โ€ฆ

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
jess(@_jessicasachs) 's Twitter Profile Photo

Ways for u to make OSS maintainers happy when reporting issues:
- Stackblitz
- Codepen
- Typescript Playgrounds
- CodeSandbox
- Joining Discord for tier 1 support

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
Mikael Ainalem(@mikaelainalem) 's Twitter Profile Photo

๐Ÿ“ฝ๏ธ Check out this CSS pattern animation for creating eye-catching labels! ๐ŸŒˆโœจ Watch the video and learn how to bring CSS patterns you find on CodePen.IO to life using only a handful of techniques codepen.io/ainalem/full/zโ€ฆ

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
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