No video

Webflow’s New Custom CSS Properties 🤯

  Рет қаралды 13,472

Timothy Ricks

Timothy Ricks

Күн бұрын

Get the cloneable for this project (affiliate link)
webflow.grsm.i...
Check browser support at
caniuse.com/
ClipPath Visualizer at
bennettfeely.c...
Join my Webflow Wizards Community
/ timothyricks
Try Webflow using my affiliate link below.
webflow.grsm.i...

Пікірлер: 62
@ajhoyhoy
@ajhoyhoy 6 ай бұрын
Hi Timothy, great video, do you have a video to learn more about cqw properties? What was significant about 24.9 cqw for the hero heading? If I had a Figma design with a font size set how would I translate that to cqw so it matches my design? Thank you
@timothyricks
@timothyricks 6 ай бұрын
Thank you! CQW works similar to VW, but it's based on the size of a parent container instead of the entire screen size. So a width: 10cqw; would be 10% of the width of its parent container. From a figma design, we could do heading font size divided by heading width times 100 to get the cqw unit. Example: 300 / 1227 * 100 = 24.44cqw Kevin Powell has a great video also on cqw. kzbin.info/www/bejne/kITEcnuYasmFrbM
6 ай бұрын
Wow, I just saw the notification and your video is already out! Thanks, Tim!
@Itslogicee
@Itslogicee 6 ай бұрын
This update is next level. Looking forward to seeing what wizardry you come up with this update!
@jansleyreal
@jansleyreal 2 ай бұрын
I didn't realize they added this, thanks for sharing this!
@timothyricks
@timothyricks 2 ай бұрын
Glad to share! This is one of Webflow’s biggest updates
@dimka_tregubov
@dimka_tregubov 6 ай бұрын
Does this mean that there will be an update for Lumos soon?😌
@timothyricks
@timothyricks 6 ай бұрын
Yes, Lumos v2.0.1 is coming soon. I've already started updating the cloneable to move a lot of custom code out of the embeds. I should be able to wrap up the updates soon
@Directorkf
@Directorkf 6 ай бұрын
If i'm currenly working on a site using 2.0, what is the best way to go about trying to get the updated version? @@timothyricks You're the best
@timothyricks
@timothyricks 6 ай бұрын
@@Directorkf The changelog will show the updates line by line as soon as it's released. The updates won't change the way Lumos works. It's just moving code from the embeds to the style panel. github.com/lumosframework/lumos-v2/releases
@zeminem35
@zeminem35 6 ай бұрын
@@timothyrickswhat is the difference in moving css from the embeds to the new native properties, could you elaborate a bit more on that?
@timothyricks
@timothyricks 6 ай бұрын
@@zeminem35 There's no functional difference. We're just not using custom code as much now. Example: this custom code can be moved to the all H1 tag in Webflow now. h1 { font-weight: var(--h1--font-weight); text-transform: var(--h1--text-transform); }
@webflowandcode
@webflowandcode 6 ай бұрын
From a content creator perspective this is an epic tutorial. Showing the feature but using really creative examples. Well done dude!
@timothyricks
@timothyricks 6 ай бұрын
Thanks so much! Your video on this is really great also
@timdaff
@timdaff 6 ай бұрын
Some epic use cases for an awesome release!
@artworthi
@artworthi 6 ай бұрын
dude Timothy wishing you all the success - these are amazing tips. I am using the process you created for some other no Code apps because your approach is so scaleable!
@timothyricks
@timothyricks 6 ай бұрын
Oh, awesome! Thank you! It’s really cool to hear this is helping across platforms
@edjejimi
@edjejimi 6 ай бұрын
You're my best reference ! Good job
@HORDERARII
@HORDERARII 6 ай бұрын
Thanks Tim for this explanation.
@carltongordon
@carltongordon 6 ай бұрын
Webflow has peaked
@lifipp
@lifipp 5 ай бұрын
Amazing Webflow content as always Timothy! Do you know if the custom CSS properties also support CSS animations?
@kylepitocchelli1738
@kylepitocchelli1738 6 ай бұрын
So fast! Love this and can't wait to see a deeper dive from you! Thanks Tim!
@PlayerParticle
@PlayerParticle 6 ай бұрын
This is great! Thank you, Tim :)
@timothyricks
@timothyricks 6 ай бұрын
So glad this helps! Thank you for watching
@pawewroblewski4624
@pawewroblewski4624 6 ай бұрын
Great work , thx Tim
@DANNFIGDESIGNS
@DANNFIGDESIGNS 6 ай бұрын
🥳🎉👏🙏🏼 It’s all moving so fast!
@wwxstackdeveloper
@wwxstackdeveloper 6 ай бұрын
I appreciate the video and the work that you do providing wisdom with the community.
@timothyricks
@timothyricks 6 ай бұрын
Thank you so much!
@Vimalanvijay
@Vimalanvijay 6 ай бұрын
You sir are a legend!
@divonci-world
@divonci-world 2 ай бұрын
Timothy Ricks at it again boys!! Idk about you lot but I level up after each video and tbh I actually saw myself as a webflow expert ERM NO not when Timmys about hahah! Besides liking, commenting and subscribing how else can we support the big dawg man like HOMERTON T?
@hadiaslam7801
@hadiaslam7801 6 ай бұрын
I think you know custom properties better then the guys who build this👏
@Anhtaihuman1
@Anhtaihuman1 6 ай бұрын
I wouldn’t be surprised!!! 😁
@tomascech6772
@tomascech6772 6 ай бұрын
Thanks Timothy for letting us know and being so DAMN cute at the same time! Love the update.
@spencerknisely4272
@spencerknisely4272 6 ай бұрын
This is really great. This new Webflow capability is really requiring some brain cycles to understand the possibilities and how this changes the application of some frameworks like LumosV2. One question I have is about how Webflow is implementing these properties. Are they inline in the HTML element or are these properties being added to the class and included in the stylesheet? I'm not clear on that. Also, you mention at the end of the video that there are some properties to set on each project and to watch a vid for tips on that. I just don't see a link to that vid? Great work as always T.Ricks.
@timothyricks
@timothyricks 6 ай бұрын
Thank you, Spencer! Webflow's adding these styles in the stylesheet attached to the class. They're not inline styles. Also, here's the video on the top default styles to set in Webflow. kzbin.info/www/bejne/mJ2pmGCpgM1gpM0
@jdanielortega
@jdanielortega 6 ай бұрын
Hi Tim, awesome content as always. Do you know where can we get a list of all the possibilities?
@timothyricks
@timothyricks 6 ай бұрын
Thank you! The Mozilla docs have a list of all the properties we can use. I believe that list is also displayed in webflow’s style panel under the custom property dropdown. New css properties are just one piece of this. We can also set new values now on properties that we’ve always had in Webflow like display, overflow, color, and more. The values are nearly countless so it’s hard to list them all. developer.mozilla.org/en-US/docs/Web/CSS
@jdanielortega
@jdanielortega 6 ай бұрын
@@timothyricks Thank you very much, keep rocking!
@MichaelJohnBurns
@MichaelJohnBurns 6 ай бұрын
Good morning Tim. Thanks for always sharing your knowledge. Appreciate it a lot!
@timothyricks
@timothyricks 6 ай бұрын
Thanks so much, Michael!
@patrickvg298
@patrickvg298 6 ай бұрын
We cannot create a custom variable with, for example, 'clamp' in the variable panel, but we can do so in the designer. It would be great if this functionality could also be available there.
@timothyricks
@timothyricks 6 ай бұрын
For sure! Variable values are somewhat limited right now unless we override them with custom code. Hopefully Webflow continues to add support for more values
@patrickclough1685
@patrickclough1685 6 ай бұрын
Always awesome content!
@Bars_Sl
@Bars_Sl 6 ай бұрын
Doesn't Webflow add "will-change" by itself? I often saw this property on animated elements.
@timothyricks
@timothyricks 6 ай бұрын
Webflow only adds it once the animation starts which doesn't give the browser much time to prepare for the animation. Applying it by default can make animation smoother, but I'd only add the style to problematic elements.
@badboujee
@badboujee 6 ай бұрын
banger video, as per usual.
@plushcad
@plushcad 6 ай бұрын
As always very informative.
@yash7630
@yash7630 6 ай бұрын
Amazing as always
@nickdemore1697
@nickdemore1697 5 ай бұрын
In regards to 1:26: wouldn't using the font size units as a % or rem do the same thing?
@timothyricks
@timothyricks 5 ай бұрын
Good question! It isn’t the same thing. REM is usually based on the browser default font size (16px) so it’s not fluid. Even if we changed the html font size to include viewport width (VW), it wouldn’t be the same because VW is based on the width of the browser while CQW is based on the width of the container. Using % for font size means it’s based on the font size of its parent, not the width of its parent. So if the parent had a font size of 16px, a child with a font size of 200% would be equal to a 32px font size, which also isn’t fluid.
@marcusfrancis24
@marcusfrancis24 6 ай бұрын
Incredible!
@danielapro9755
@danielapro9755 6 ай бұрын
Yaaayy!!! 🔥
@Muzamalhussain155
@Muzamalhussain155 6 ай бұрын
Great
@artytc
@artytc 6 ай бұрын
game changer!
@oggvorbiis
@oggvorbiis 6 ай бұрын
Great video as always, Tim! Is that correct that not all CSS properties are supported? After watching Kevin Powell's video today, I went on to try background-repeat, but it was not to be found in the list. :(
@timothyricks
@timothyricks 6 ай бұрын
Thank you! Yes, Webflow's still working on support for some properties that were problematic for them like background.
@hal-zeitlin
@hal-zeitlin 6 ай бұрын
Hug
@blender_tom
@blender_tom 6 ай бұрын
Not related to the topic, but more about your videos. How do you achieve mouse click effect, where every time you click the course scales down a bit.
@timothyricks
@timothyricks 6 ай бұрын
I use an app called Screen Studio. It’s super smooth and user friendly. www.screen.studio
@brainybitesOfficial035
@brainybitesOfficial035 6 ай бұрын
It's amazing
@MrNissii
@MrNissii 6 ай бұрын
You can remove all your custom CSS tutorials now...
@timothyricks
@timothyricks 6 ай бұрын
Not quite! There’s still a lot that can’t be done natively, but this is a great step in the right direction
Webflow Typography 2024 Guide
4:28
Timothy Ricks
Рет қаралды 10 М.
Custom Properties You Need to Know About
17:18
Kabarza
Рет қаралды 6 М.
So Cute 🥰
00:17
dednahype
Рет қаралды 44 МЛН
Мы сделали гигантские сухарики!  #большаяеда
00:44
Oh No! My Doll Fell In The Dirt🤧💩
00:17
ToolTastic
Рет қаралды 13 МЛН
When you discover a family secret
00:59
im_siowei
Рет қаралды 32 МЛН
CSS Animations in Webflow
10:02
Timothy Ricks
Рет қаралды 13 М.
Don't Start Your Webflow Build Without This
9:57
Timothy Ricks
Рет қаралды 13 М.
Creating pure CSS animations for Webflow projects
1:12:07
Finsweet
Рет қаралды 3,7 М.
New Webflow Update: Quirks of the new Custom CSS Properties + Values
12:23
The Visual Div | Webflow and Stuff
Рет қаралды 686
The Secret to Webflow Class Naming
6:37
Timothy Ricks
Рет қаралды 5 М.
How Apple Solves This Webflow Accessibility Issue
9:33
Timothy Ricks
Рет қаралды 541
I tried every website builder. This is the BEST
19:31
Steve Builds Websites
Рет қаралды 86 М.
My Top 5 Techniques for Web Animation
9:58
Olivier Larose
Рет қаралды 83 М.
13 Things To Remove From Your Website Immediately
12:33
Orbit Media Studios
Рет қаралды 312 М.
So Cute 🥰
00:17
dednahype
Рет қаралды 44 МЛН