No video

Using Modern CSS To Make A Hamburger Nav In A Few Lines Of Code - Fully Accessible too!

  Рет қаралды 7,527

Frontend FYI – by Jeroen

Frontend FYI – by Jeroen

Күн бұрын

Пікірлер: 39
@InSaneRoGer112003
@InSaneRoGer112003 2 ай бұрын
@starting-style is a game changer wooo thanks for making a vid on this
@frontendfyi
@frontendfyi 2 ай бұрын
Thanks for commenting! Glad you liked the video!
@buildervision7082
@buildervision7082 2 ай бұрын
This is so great I've been looking for a developer KZfaqr who also teaches accessibility
@frontendfyi
@frontendfyi 2 ай бұрын
Nice!! Happy you like my content 🙏 Always feel free to share ideas for topic you’d like to see content of.
@Mempler
@Mempler 2 ай бұрын
It's such a simple but awesome feature. It's always such a pain to implement this in jsx especially if you want animations
@frontendfyi
@frontendfyi 2 ай бұрын
I really like it! And that fact that is so new but we can use it everywhere already is even more amazing. I love the direction CSS is heading into!
@ilan117
@ilan117 2 ай бұрын
I ❤ this channel … thank you so much for sharing and teaching us ✌️
@frontendfyi
@frontendfyi 2 ай бұрын
Glad you enjoy it! Thanks for sharing this with me too! ❤️
@soniamaklouf1178
@soniamaklouf1178 Ай бұрын
Thanks for this video could you make a video on CSS trig functions I've seen ana tudor doing great things on codepen like her " No SVG, no image, CSS-only fluid slider with input"
@rakacoustic8127
@rakacoustic8127 14 күн бұрын
I'm excited
@frontendfyi
@frontendfyi 14 күн бұрын
🔥🔥
@MonarchofSouls
@MonarchofSouls Ай бұрын
What a great video!
@frontendfyi
@frontendfyi Ай бұрын
Thank you!!
@mouadt-b8042
@mouadt-b8042 2 ай бұрын
this is just amazing thanks bro
@frontendfyi
@frontendfyi 2 ай бұрын
Glad you liked it!
@akinbobolaemmanuel3319
@akinbobolaemmanuel3319 2 ай бұрын
What vscode theme are you using? I like the font also. I would like to change mine :)
@frontendfyi
@frontendfyi 2 ай бұрын
It's called Arc, from the Bearded Theme collection: github.com/BeardedBear/bearded-theme The font is called Recursive Mono Casual Static
@akinbobolaemmanuel3319
@akinbobolaemmanuel3319 2 ай бұрын
@@frontendfyi thank you 😊💃
@bramvandinteren
@bramvandinteren 2 ай бұрын
Ahhhh yesss, eindelijk transitions van display:none naar flex! Neem aan dat dit altijd gebruikt moet worden i.p.v. opacity:0; visibility:hidden toch?
@frontendfyi
@frontendfyi 2 ай бұрын
In dit geval combineer je het met bijv opacity 0 om een fade-in te krijgen. Display none en block hebben zelf geen waardes waartussen ze geanimeerd kunnen worden. Dus als je animeert naar display none, zal de browser op het laatste moment de property naar none zetten. Om dan een animatie te zien moet je zelf nog opacity animeren.
@PlayerRPG85
@PlayerRPG85 2 ай бұрын
Liked and subscribed!!!
@frontendfyi
@frontendfyi 2 ай бұрын
Thank you! 🙏
@MyGeorge1964
@MyGeorge1964 2 ай бұрын
Nice!
@alexpanteli3651
@alexpanteli3651 2 ай бұрын
Eventually we will get rid of all these UI libraries. Hopefully. Thanks for the great content😊
@frontendfyi
@frontendfyi 2 ай бұрын
I love the direction css is heading into. Doing these things with plain css definitely is the way! Glad you like the content 😌
@meylis_so2
@meylis_so2 Ай бұрын
bro bro make a video about :has() :is() and so on. come on bro u re the best
@meylis_so2
@meylis_so2 Ай бұрын
bro something lol i found when u write this : popover=" " i didnt an : /// but i use it anyways cause i can make some error
@Tapadar.Monsur
@Tapadar.Monsur 2 ай бұрын
What VSCode theme are you using, Jeroen?
@frontendfyi
@frontendfyi 2 ай бұрын
It's called Arc, from the Bearded Theme collection: github.com/BeardedBear/bearded-theme The font is called Recursive Mono Casual Static
@abhishekkadam2999
@abhishekkadam2999 2 ай бұрын
Is there a difference from the dialog element, other than being pure css.
@frontendfyi
@frontendfyi 2 ай бұрын
The specs make a distinction which they call “modal” or”non-modal”. A dialog is a modal pop-up, which means that in order to dismiss that, the user _has_ to make an important choice in the dialog before it can be dismissed. The popover is non-dialog, meaning it does not have that restriction. This is also why for example the popover auto closes when you click the backdrop vs a dialog which you need to run a JS method for this to happen. There’s a lot of overlap between the two elements and you can definitely create a non modal with a dialog too. But this is what the docs say is their intended behavior. See here too: developer.mozilla.org/en-US/docs/Web/API/Popover_API#concepts_and_usage
@benve7151
@benve7151 2 ай бұрын
10/10
@frontendfyi
@frontendfyi 2 ай бұрын
So kind!! Thanks 🙏
@ThaufiqSirajShaik
@ThaufiqSirajShaik 2 ай бұрын
What theme are you using for vs code?
@frontendfyi
@frontendfyi 2 ай бұрын
It's called Arc, from the Bearded Theme collection: github.com/BeardedBear/bearded-theme The font is called Recursive Mono Casual Static
@feelsthevibes1662
@feelsthevibes1662 Ай бұрын
Which theme?
@frontendfyi
@frontendfyi Ай бұрын
It's called Arc, from the Bearded Theme collection: github.com/BeardedBear/bearded-theme The font is called Recursive Mono Casual Static
@sajadsalamian6953
@sajadsalamian6953 2 ай бұрын
Can somebody name his font????????
@frontendfyi
@frontendfyi 2 ай бұрын
The font is called Recursive Mono Casual Static
Modernizing TailwindCSS: Adding Three Missing CSS Features
15:11
Frontend FYI – by Jeroen
Рет қаралды 1,8 М.
The Modern Way To Push That Footer Down - JUST 3 Lines Of CSS
7:37
Frontend FYI – by Jeroen
Рет қаралды 32 М.
Kids' Guide to Fire Safety: Essential Lessons #shorts
00:34
Fabiosa Animated
Рет қаралды 17 МЛН
When you discover a family secret
00:59
im_siowei
Рет қаралды 25 МЛН
Секрет фокусника! #shorts
00:15
Роман Magic
Рет қаралды 46 МЛН
We can now transition to and from display: none
21:20
Kevin Powell
Рет қаралды 98 М.
So, you want to be a programmer?
20:43
ForrestKnight
Рет қаралды 287 М.
Award Winning Animation With Only 20 Lines Of CSS?
6:59
Hyperplexed
Рет қаралды 1,7 МЛН
Hack your brain with Obsidian.md
11:53
No Boilerplate
Рет қаралды 1,9 МЛН
Coding Was HARD Until I Learned These 5 Things...
8:34
Elsa Scola
Рет қаралды 297 М.
Tailwind CSS V4 is SO Good!
8:51
Frontend FYI – by Jeroen
Рет қаралды 34 М.
I never thought of using CSS animations like this before!
10:28
Kevin Powell
Рет қаралды 72 М.
How the PROS Use Tailwind
9:55
Frontend FYI – by Jeroen
Рет қаралды 48 М.
Turns out REST APIs weren't the answer (and that's OK!)
10:38
Dylan Beattie
Рет қаралды 152 М.
Relative colors make so many things easier!
13:16
Kevin Powell
Рет қаралды 48 М.
Kids' Guide to Fire Safety: Essential Lessons #shorts
00:34
Fabiosa Animated
Рет қаралды 17 МЛН