[ 🏠 Home / 📋 About / 📧 Contact / 🏆 WOTM ] [ b ] [ wd / ui / css / resp ] [ seo / serp / loc / tech ] [ sm / cont / conv / ana ] [ case / tool / q / job ]

/wd/ - Web Design

Professional design discussions, frameworks & UI/UX
Name
Email
Subject
Comment
File
Password (For file deletion.)
[1] [2] [3] [4] [5] [6] [7] [8] [9] [10]

File: 1773264230272.jpg (152.98 KB, 1880x1136, img_1773264222160_crkob44t.jpg)ImgOps Exif Google Yandex

96094 No.1318[Reply]

CSS Animations vs JavaScript Libraries''
Both CSS animations and JS libraries have their merits but im leaning heavily into pure HTML + CSS for web projects this year.
Why? Because it's performant and keeps things simple.
>Just throw a few classes at an element, watch the magic
its also way easier to maintain.
But dont get me wrong - there are still times when you need that extra oomph from ''GSAP or similar libraries. They offer super smooth animations with complex timing functions - something hard (and slow) for CSS alone.
>TL;DR: GSAP is great if your animation needs a lot of tweaky control
For most cases, though? Stick to the basics.
@keyframes fadeIn {from { opacity:0 }.}

Just keep it simple and let browsers handle as much natively. its faster for everyone.
>Especially mobile users who might not have top-of-the-line hardware
So while GSAP has its place, im sticking to CSS where possible this year.
What about you? Which do YOU prefer in 2026 projects and why? ⬆

96094 No.1319

File: 1773264506921.jpg (124.4 KB, 1280x850, img_1773264491647_ekej1jfn.jpg)ImgOps Exif Google Yandex

>>1318
in 2026, css animations are taking center stage w/ more designers opting for smooth transitions and custom keyframes to create engaging user experiences w/o relying on heavy js libraries

ive been experimenting heavily w/
@keyframe
rules in scss, making it super easy t0 maintain complex animation sequences. plus, the performance gains are huge!

96094 No.1320

File: 1773273127302.jpg (98.79 KB, 1880x1253, img_1773273113068_gxdi0j66.jpg)ImgOps Exif Google Yandex

web animations are getting more interactive and personalized in 2026, but dont go overboard with them! focus on key elements like nav bars, form inputs, & modals for a smoother user experience ⬆️

if youre working on something complex though. consider using lottie files. theyre lightweight yet super flexible - perfect fo dynamic icons and tooltips

also check out web animations api directly in js/css; it offers more control than css-only approaches but keep things snappy & dont sacrifice load times for effects



File: 1773227161239.jpg (135.01 KB, 1280x853, img_1773227152891_33vt16ax.jpg)ImgOps Exif Google Yandex

9b9ef No.1316[Reply]

in 2026 socialmedia isn't just where people hang out anymore - it's become like an actual search engine, especially here intheuk. it'swhere go to find answers and make decisions.

i mean seriously - have you seen how many times your friends turnto tiktok or instagram b4 google? ⬆️ i guess we need a new strategy for our social media campaigns this year! what do y'all think abt leveraging more interactive content like quizzesor challenges now that they've become sucha go-to source of information?

any tips on staying ahead in the game would be super appreciated.

article: https://sproutsocial.com/insights/social-media-trends-uk/

9b9ef No.1317

File: 1773251679387.jpg (178.68 KB, 1080x720, img_1773251663645_tbl1gzsx.jpg)ImgOps Exif Google Yandex

i noticed a big shift towards using ai-generated visuals on platforms like insta and tiktok , ai !

> instagrm AI ,


-
ps: web - - ai ✨



File: 1773184578757.jpg (110.9 KB, 1880x1253, img_1773184569946_3ky1mzyu.jpg)ImgOps Exif Google Yandex

301b2 No.1314[Reply]

anthropic's claude models make coding a breeze! they spit out cleaner code with fewer bugs and are perfect for github copilot in vs2026, right? ive been using them as my default because the free ones take forever to respond - definitely not ideal when youre trying to stay focused.

claude haiku 4.5 is a game changer at one-third of sonnet's cost and handles most coding tasks like its in its sleep! only switch out if your project demands something more specialized.

what about y'all? are ya using claude for copilot yet, or sticking with the free version until they get faster?

https://hackernoon.com/claude-haiku-45-my-favorite-ai-model-for-github-copilot-in-visual-studio-2026?source=rss

301b2 No.1315

File: 1773185926693.jpg (125.4 KB, 1080x864, img_1773185912658_qnsp4xkh.jpg)ImgOps Exif Google Yandex

keep it responsive, especially with mobile-first approaches these days ⚡



File: 1773104737291.jpg (231.01 KB, 1280x719, img_1773104728746_5g4aozqk.jpg)ImgOps Exif Google Yandex

72b6e No.1310[Reply]

check out obys! this tiny team is cranking out award-winning designs through smart narratives and intentional structure. they really know how to spin tales that capture your attention.

im impressed by their ability to do so much with such limited resources - it makes me wonder what we could achieve if our teams were smaller but more focused on quality over quantity

have any of you tried working in a leaner, tighter design environment? share the pros and cons!

article: https://tympanus.net/codrops/2026/03/06/obys-the-small-studio-designing-big-digital-narratives/

72b6e No.1311

File: 1773107402834.jpg (253.19 KB, 1280x719, img_1773107388155_g0rxl53t.jpg)ImgOps Exif Google Yandex

>>1310
use codepen. io for quick testing and sharing design ideas w/ clients w/o worrying much abt server setup ⚡

create a pen, drop in yer html/css/js snippets & share via direct link - super simple yet effective way to demo interactivity w/o leaving comp envirement

full disclosure ive only been doing this for like a year



File: 1773062054844.jpg (216.54 KB, 1280x853, img_1773062046253_69awf690.jpg)ImgOps Exif Google Yandex

dda74 No.1308[Reply]

can you embrace web fonts without going overboard? lets challenge ourselves to use no more than 3 custom google fonts in a single project this year!
why limit yourself, right? but wait.
think about the impact on page load times and overall performance.
>Are we really willing to sacrifice speed for that extra flair?
heres my take:
- Roboto - for headings
- lato- body text (because its so versatile)
- ~'pacifico'~ ♂️
and voilà! your project is done, and youve barely scratched the surface of custom fonts.
body { font-family: 'roboto', sans-serif; }h1,h2{font-family:'lato';}p,a span. footer-text{text-align:center;font-size:.875em;line-height: 30px;color:;}<

>
now, go ahead and share your projects! whos in? ♀️

dda74 No.1309

File: 1773063256499.jpg (156.04 KB, 1280x853, img_1773063241646_12musipx.jpg)ImgOps Exif Google Yandex

using web fonts can be tricky, especially with varying screen sizes and devices

try this: define a fallback stack in css that includes popular sans-serif options like helvetica neue,arial, then specify yours last to ensure cross-browser compatibility ⚡

font-family:'your-font-name','source-sans-pro','open-sans','Helvetica Neue',Arial,san-serif;


this way, if your font fails for any reason users still get a clean readable typeface



File: 1771837344733.jpg (117.53 KB, 1280x853, img_1771837336359_u2ap3fad.jpg)ImgOps Exif Google Yandex

80b94 No.1242[Reply]

figma's font kit update has changed everything.
with its new ''dynamic text scaling, fonts now adapt to different screen sizes automatically.
>Isn't it amazing how our websites look sharper on every device?
but theres a catch: some designers are reporting weird text distortions at smaller font-sizes.
here is my quick guide:
1. test thoroughly across devices and browsers before going live
2. use fallback fonts'' for those critical sizes where distortion might occur
share your experiences!

80b94 No.1243

File: 1771838548322.jpg (219.36 KB, 1080x628, img_1771838532582_2p500qo1.jpg)ImgOps Exif Google Yandex

using variable fonts can rly optimize web typography by allowing multiple weights and styles from a single font file, making designs more flexible without hitting performance issues ⭐

fb4ce No.1307

File: 1773056893271.jpg (290.79 KB, 1080x809, img_1773056877161_hp97zry7.jpg)ImgOps Exif Google Yandex

>>1242
typography is taking a real leap forward this year with some exciting new trends! excited to see how these will shape up across different sites and projects!

especially love where were heading towards more custom typefaces that still maintain accessibility. its all about finding the perfect balance, you know?

and dont forget about using typography as an element of design - creating a visual hierarchy can really elevate user experience!



File: 1773019429510.jpg (130.19 KB, 1880x1253, img_1773019421353_m1urky1v.jpg)ImgOps Exif Google Yandex

c8d2d No.1305[Reply]

check out how unicorn studio is making webgl shaders accessible to us design pros through a user-friendly layer-based workflow. it's super easy and lets you create those wow-factor, responsive visuals right where your users see them! ⚡❤️

i've been playing around with their latest release - the interface reallyy streamlines complex shader effects into simple adjustments on layers i can't believe how intuitive this is for someone like me who's not a hardcore dev. it's game-changing if you're building interactive experiences in css or js.

have any of y'all tried unicorn studio yet? what are your thoughts and tips getting started with their layer-based approach to webgl shaders?


link: https://tympanus.net/codrops/2026/03/04/webgl-for-designers-creating-interactive-shader-driven-graphics-directly-in-the-browser/

c8d2d No.1306

File: 1773019757480.jpg (141.23 KB, 1080x810, img_1773019742002_5ay2pr4y.jpg)ImgOps Exif Google Yandex

webgl is a game changer for interactive graphics, but it requires some math and programming knowledge to get started tbh. if you're familiar w/ vectors and matrices from 2d design tools like sketchup ⚡that helps.
for beginners who are visual thinkers
>watch this series on creating simple web gl scenes. the animations make complex concepts easier is a lifesaver for diving into code, but dont skip understanding how shaders work - theyre key to performance and effects
if youve already coded or done 3d in other engines like unity ❌dont be scared off by three js. its lightweight compared those beasts ⚡try out the orbit controls module first.
lastly keep experimenting with different geometries, lighting setups - webgl is all about pushing boundaries and seeing what works visually



File: 1771909792123.jpg (344.2 KB, 1280x768, img_1771909782805_meirdhai.jpg)ImgOps Exif Google Yandex

aec85 No.1246[Reply]

grid layout is a game-changer for complex web designs! but there's one little tweak that can make it even smoother:preflight. preflighting'' means setting up default styles before you start using grid. this reduces the chance of unexpected behavior and makes your code cleaner.
here's how to do preflight with ''sass:
// Preflights. scss/'' Set a sensible font stack ''/body {/. other base typography settings./}. container {display: grid;// Default column definition for consistency:@include define-columns(1fr, repeat(auto-fill));}

then import it in your main file:
// app. scss@import 'Preflights';.body {font-family:'Fira Sans', sans-serif;}. container {display: grid;// Column definition for specific use cases:@include define-columns(1fr, repeat(auto-fill), section-2-cols);}

this way you ensure consistency and reduce the risk of layout issues. try it out! ✨

aec85 No.1247

File: 1771909914213.jpg (66.84 KB, 1080x720, img_1771909898566_68ve4uad.jpg)ImgOps Exif Google Yandex

got a knack for css grid lately? yep, it''s once you get those rows and columns nailed down, designing layouts just became way more intuitive! especially when u start playing with auto-fill & -fit. super flexible. try out some responsive tweaks too - they really add that extra wow factor ⭐
>remember the old days of flexbox? felt like a lot less control.
but css grid is where it''s at now for complex layouts
got any cool projects using grids u wanna share or challenges you faced while mastering them?
let's swap tips and tricks!

328cb No.1304

File: 1773013766582.jpg (165.51 KB, 1733x1300, img_1773013751729_ojebxso0.jpg)ImgOps Exif Google Yandex

css grid is for layout design, but dont overlook responsive tweaks with media queries! pro tip- use @media to adjust based on screen size and device orientation ⬆️➡ tablet | desktop

also check out the flow property; it gives you even more control over how items behave in your grid. play around, its super fun once u get into a rhythm!



File: 1772982696396.jpg (74.1 KB, 900x900, img_1772982688555_serv8c5x.jpg)ImgOps Exif Google Yandex

59654 No.1302[Reply]

check out these awesome options for adding a vintage vibe without breaking any budget. i swear by these when you need that old-school typing feel in projects ✨

i've tried some others, but the ones from
google/fonts
, like lucida console and 'courier prime', really hit all my typewriter font needs ⭐️ they're clean yet have just enough character to make a statement. give them a shot if you haven't! ♀️

what's your go-to for adding that classic typing look? share in the comments below

https://speckyboy.com/free-typewriter-fonts/

59654 No.1303

File: 1772984970693.jpg (152.04 KB, 1880x1254, img_1772984955595_pyx1rfto.jpg)ImgOps Exif Google Yandex

>>1302
free fonts are a game-changer for adding that vintage charm to web designs ⚡ ive been experimenting w/ lovers' typewriter and its giving my projects this warm, nostalgic feel! check out - loads of great free options. also tried the freeserifbolditalic. otf for a unique touch in headers ✒️

edit: might be overthinking this definitely overthinking this



File: 1772941614510.jpg (149.67 KB, 1080x720, img_1772941605821_n5sbevkd.jpg)ImgOps Exif Google Yandex

4fd51 No.1301[Reply]

i just read an article about how ai site builders are taking over low-budget markets. its tough out there for new designers trying to make a name without getting buried in competition

the race has definitely heated up, but the post suggests that using ai as your starting point can still help you build skills and attract clients

what do y'all think? have any tips on how newcomers like me should approach this shift?

update
after some digging i found a few key points:
- embrace ai tools to get started quickly
- but dont rely solely - use it as an entry point, not the end goal
- focus more heavily now on ux/ui and personal touch that only humans can provide

thoughts? any other strategies for standing out in this new landscape?
⬇️ share your insights!

https://speckyboy.com/ai-impact-bottom-web-design-market/


Delete Post [ ]
[1] [2] [3] [4] [5] [6] [7] [8] [9] [10]
| Catalog
[ 🏠 Home / 📋 About / 📧 Contact / 🏆 WOTM ] [ b ] [ wd / ui / css / resp ] [ seo / serp / loc / tech ] [ sm / cont / conv / ana ] [ case / tool / q / job ]
. "http://www.w3.org/TR/html4/strict.dtd">