Frontend Planet 🪐

999 posts

Frontend Planet 🪐 banner
Frontend Planet 🪐

Frontend Planet 🪐

@frontendplanet

Sharing the latest resources for frontend developers. Join our newsletter: https://t.co/VD5skEhHkA

เข้าร่วม Nisan 2023
100 กำลังติดตาม112 ผู้ติดตาม
Frontend Planet 🪐 รีทวีตแล้ว
jhey ʕ•ᴥ•ʔ
jhey ʕ•ᴥ•ʔ@jh3yy·
The trick here was creating a function that takes GSAP eases and converts them to CSS linear() 🔥 A flicker effect is a GSAP RoughEase that gets converted 👨‍🔬 Once you generate different custom easings, you can drop them in and use them elsewhere 🤙
jhey ʕ•ᴥ•ʔ@jh3yy

Flicker effects with modern CSS in 2024 🚀 1. Animate opacity 2. Use custom linear() timing 🔥 :root { --flicker: linear(0 0% 0.5%, 0.1723 0.7925% ... ); } .flicker { animation: dim 4s infinite var(--flicker) alternate; } @​keyframes dim { opacity: 0.25; }

English
4
41
416
51.6K
Frontend Planet 🪐 รีทวีตแล้ว
Astro
Astro@astrodotbuild·
Astro 4.7 is here to raise the bar! ... The Astro dev toolbar, that is. We've made it easier than ever to build toolbar apps through several API improvements, new helpers and more. astro.build/blog/astro-470/
English
7
62
369
32.1K
Frontend Planet 🪐 รีทวีตแล้ว
jhey ʕ•ᴥ•ʔ
jhey ʕ•ᴥ•ʔ@jh3yy·
CSS scroll-driven "CTA to Nav" 🗺️ nav { grid-template-columns: auto calc(var(--grow) * 240px) auto; transition: 1s var(--custom); } @​keyframes expand { to { --expand: 1; } } body { animation: expand steps(1); animation-timeline: --hero; animation-range: exit; }
English
19
158
1.3K
263.1K
Frontend Planet 🪐
Frontend Planet 🪐@frontendplanet·
Transform your code snippets into visually appealing images with CodeSnap's editor. Perfect for developers aiming to enrich their digital content. by @Mokkapps 👉 codesnap.dev 👈
English
0
0
1
105
Frontend Planet 🪐
Frontend Planet 🪐@frontendplanet·
An open-source React.js library for advanced canvas shading, It includes components like Lumiflex, Zenitho, and Novatrix for diverse visual effects. by @latent_cat 👉 uvcanvas.com 👈
Frontend Planet 🪐 tweet media
English
0
0
1
157
Frontend Planet 🪐
Frontend Planet 🪐@frontendplanet·
Dive into Gradientor by Rodolfo Fanti. Move, click, scroll, and press SPACEBAR to craft & copy unique CSS gradients. by @3DRudy 👉 gradientor.app 👈
English
0
0
1
45
Frontend Planet 🪐
Frontend Planet 🪐@frontendplanet·
Explore diverse web animation techniques through a practical comparison, making a ball bounce using Vanilla JS and various other methods. by @hearsparkbox 👉 #vanilla-js" target="_blank" rel="nofollow noopener">sparkbox.github.io/bouncy-ball/#v… 👈
English
0
0
0
57