I want to use my own SVG file in my HTML & CSS frontend project this way, but I couldn't get it to work. Can you help me?
@iwebmediahub808718 сағат бұрын
Thanks so much for this
@prhawkeye2 күн бұрын
This might have something to do with what I'm trying to accomplish, trying to nest menu items inside a menu category (ie. Appetizers, all the appetizers). But no matter what I do, this never works, the items stay visible on the page in a long list, the nest-target and nest-source don't appear to do anything and I get absolutely nothing working. I just wish Webflow would expand this obvious error they've made in limiting the amount of categories that can be listed. It's extremely debilitating to making good websites.
@thehowto002 күн бұрын
Thank you so much ❤, you are a web bae indeed 😂
@haintheavyhb2 күн бұрын
your tutorial was not helpfull your video like 2x speed
@danielpacheco25208 күн бұрын
Hello, If an image ends up broken, does the uploader still get to 100%? thanks for the video
@YESMICHEAL12 күн бұрын
Hi, unfortunately i cannot access the free resources anymore
@JosiahFarajollahy13 күн бұрын
Precious help on this video. Very clear, works perfectly fine thank you so much for your time However, I was wondering how you would handle different VW (phones, tablets etc). Horizontal allows great experience on desktop, but I guess we should still stick to vertical scrolling when on smaller devices. How would you make it to switch from one to the other ? Also, I was wondering how you could let the mouspad scroll sideways. As of now, this animation works only with vertical scroll commands which could be unintuitive when the user notices it is horizontal scroll (in the case where there is no mix of vertical and horizontal scroll). Looking forward to your insight on that. Take care,
@MehediHasan-p3e5s13 күн бұрын
Pure talent.. Salute
@Shmshdmc14 күн бұрын
thank u for "mouse move" guide
@jordan2361116 күн бұрын
Your solid explanation on every statement demonstrates your skills and knowledge!
@Siton2219 күн бұрын
hhh The most weird flow i saw in my Dev life :)
@menikmati9023 күн бұрын
this was amazing thank you so much!
@JohnSmith-bs9ym25 күн бұрын
I'm not sure why, but every single infinite marquee that I've ever built does the "snapping" thing randomly. You can observe this by pausing it and letting it sit for a bit. It will randomly jump and is kind of awkward.
@oviSavescu25 күн бұрын
Also, I'd really need a way to input an existing color as a starting point. Would definitely pay for that.
@oviSavescu26 күн бұрын
Now that Webflow added Variable Modes support, will you update the app to support them? Amazing work BTW 🙌
@Jjjustincredible28 күн бұрын
This is awesome! How do i change the background of the canvas?
@ollieolllieАй бұрын
Is it possible to control the duration and easing of the animations of the image and text?
@chikezieiroegbu3056Ай бұрын
Saved my life twice!
@isurus0Ай бұрын
it's funny how a basic animation can be award winning. thanks for sharing
@filetmignon9978Ай бұрын
will this still work if I also have cms load more added to the collection? From what I remember if the items are limited because of the load more then the search function should only work with the ones currently visible as the others arent loaded in the dom yet. Is this true or does that not apply here?
@jonathanirons231Ай бұрын
Thanks for this clear explanation. Exactly what I was looking for.
@oneofafyewАй бұрын
Great video. Is there a way to add / show a query param/string with CMS items. Similar to what you've done here with filters, but with CMS items...
@webbaeАй бұрын
It should work with CMS items though I’m not sure I’m fully understanding your question.
@maramcopty9526Ай бұрын
amazing stuff mate thank you:) just one question if i want to make the animation without active and inactive colors what to I need to Change? i removed (const ACTIVE_COLOR = `#ececec`; const INACTIVE_COLOR = `#414141`;) these 2 lines but the animation stopped working
@webbaeАй бұрын
You could just make those colors the same value! The other option is to not tween the color value in the animation - chatGPT should be able to handle this one but let me know if you still can’t figure it out.
@illicitlegacy3783Ай бұрын
Awesome vid
@webbaeАй бұрын
Thanks! Glad you like it.
@roving-camera_72Ай бұрын
Easy to follow. Works like a charm. This is my kind of tutorial!
@quadstudio-chАй бұрын
Thank you so much! it fixed my issue. Lovely
@blaze-smtАй бұрын
Very clever, thank you!!
@WebflowSolutionsАй бұрын
Quick short and sharp thanks for this amazing video bro
@webbaeАй бұрын
Glad it helps!
@runaneinanee6149Ай бұрын
can I put media in it? like making portfolio for it? because it's a hassle to make a several pages
@webbaeАй бұрын
You can drop media in it sure.
@kareemabulaban9456Ай бұрын
Could not get this to work unfornatley. Any chance you could lend a hand? I'm in need of a Web Bae
@webbaeАй бұрын
Sure feel free to ask a question in discord
@Juangris-v3gАй бұрын
thanks 🙏
@kristofgheyssens3941Ай бұрын
For longer marquees, wider than 100vw, it would be nice if duration could be calculated on the width so you don't have to trial&error that value.
@webbaeАй бұрын
I do a version like this in my creative coding course in Patreon! :)
@jondanyeur6710Ай бұрын
Confirming this works as of 12/15/24
@webbaeАй бұрын
Thanks boss 🤝
@aseembathla4382Ай бұрын
Hey Keegan, I recently used this, so thank you, amazing tutorial and overview! Also, I noticed that even without using subgrid, the rows have a minimum height of 75px, which is only present in the designer and not in preview or published version. And, it can also be fixed by turning off the 'show empty elements' in the canvas settings (but that also means you cannot see an empty div on the designer as well). :)
@reggielj2 ай бұрын
Great video. I was trying to implament this for a group of photos that was wider than the screen width and kept running into an issue. seems like "const width = marqueeContent.scrollWidth;" correctly calculates the entire width of the div even if it overflows off screen. It also doesn't need a separate calculation for gap or padding. Not sure if there are any downsides when using it with smaller blocks of content.
@webbaeАй бұрын
Nice comment - thank you for sharing!
@olimpioadolfo74982 ай бұрын
Nice one...but how to decrease the space between the images... We set 1rem but its not really 1 rem its greater than that
@webbaeАй бұрын
you might not have enough images in the content div to "squish" then together and enforce the 1 rem gap. Or you might have your base font size different. Hope that makes sense
@olimpioadolfo7498Ай бұрын
@@webbae that makes sense.... thanks
@AnastasiiaGlena2 ай бұрын
Thank you so much! I did it!
@cryarchy2 ай бұрын
Thank you, Web Bae. I tried recreating the animation using a straight line and was not getting the expected result. It turns out I needed to use <mask id="..." maskUnits="userSpaceOnUse">. I hope this may save someone out there some time.
@ervczek2 ай бұрын
Thank you! It's working as it should, no problems encountered
@webbae2 ай бұрын
Thanks for the update!
@Impossibility_Theorem2 ай бұрын
당신의 선한 영향력에 감사드립니다!!
@johnodo772 ай бұрын
Thank you for your great tutorial. If I want to add the marquee behind the text, should I put its position as "fixed" or "absolute" with a z-index: -1 ?
@webbae2 ай бұрын
Yup that could work.
@alixghandour2 ай бұрын
This works great but I notice the images are very low res on the live site while they are crisp in webflow. Is there any idea why that might be happening?
@webbae2 ай бұрын
It could be Webflow’s responsive image setting. Try disabling that and see if the images improve.
@alixghandour2 ай бұрын
@@webbae That was indeed the reason. Thanks!
@LeandroMastrobono2 ай бұрын
Thank u for make it so easy!
@webbae2 ай бұрын
Glad it helped
@kinkane7772 ай бұрын
this doesnt work if you have masonry inside of webflow tab :(
@webbae2 ай бұрын
Webflow has its own JS to control tabs component so you might need to work around that.
@kinkane7772 ай бұрын
@@webbae yea took me hours to figure out it was tabs causing the problem and not library itself... maybe the best way is to use some other library for tabs xD
@26limer2 ай бұрын
is there a way to do this in CORS?
@webbae2 ай бұрын
Sorry not sure but probably not :(
@Tony.Nguyen1372 ай бұрын
Isn't the DOMContentLoaded event listener redundant? At 2:14, the script is declared with type="module", which defers its execution. A deferred script runs only after the page has finished parsing?!
@webbae2 ай бұрын
You’re right!
@danielxxgadd2 ай бұрын
Anyone know how to remove constraints ?
@webbae2 ай бұрын
I’m not sure I understand the question sorry. Which constraints?
@DanCephas-webnetwork2 ай бұрын
what can I add to the code if I want it to explode after filling the screen, been stuck at this for a while.
@webbae2 ай бұрын
You want all the balls to explode? You might have to write a particle system for that!
@DanCephas-webnetwork2 ай бұрын
@@webbae do you have a guide for that please, I am not fully familiar with how this works yet.
@Tony.Nguyen1372 ай бұрын
Hi, as of now, Subgrid has a global usage of 90.54%. Is it safe to use in production, or what global percentage is generally recommended for using a CSS property?
@webbae2 ай бұрын
I’d use it! If it’s for a larger more established brand whose audience might not upgrade their browser you can always provide subgrid as a progressive enhancement too.
@Tony.Nguyen137Ай бұрын
@@webbae Hi, I've been experimenting with subgrid, and I love it! How did people actually handle this alignment issue before subgrid?? Do you know any CSS Tricks articles or other resources you could recommend?