Infinite Logo Marquee Scroll Effect in Webflow | Tutorial

  Рет қаралды 11,098

Derek Siu | Webflow & Web Design

Derek Siu | Webflow & Web Design

Күн бұрын

Пікірлер: 83
@JuliaAngilova
@JuliaAngilova Күн бұрын
Thank you man! It was so easy with your tutorila!
@odiboudoo
@odiboudoo 3 күн бұрын
God bless you! I've been looking for this, the over videos I've seen just rushed over the responsiveness...thanks man
@dancastady8571
@dancastady8571 16 күн бұрын
I love you SO much for this. I was looking for this EXACT tutorial, my friend!
@dereksiuau
@dereksiuau 7 күн бұрын
Glad I could help!
@franciscolarios3487
@franciscolarios3487 10 ай бұрын
The main difference between this and other videos is that you explain the concepts as you explain the objective. It was really helpful! Suscribed.
@dereksiuau
@dereksiuau 10 ай бұрын
Thanks for subscribing Francis!
@kelseyhiggins5619
@kelseyhiggins5619 4 ай бұрын
This is the first animation I've done in webflow! I love it thank you so much!
@dereksiuau
@dereksiuau 4 ай бұрын
Wow - that's impressive for your first animation. Well done, hopefully by understanding the premise of this tutorial you can use it to build other animations :)
@salmonj77
@salmonj77 11 ай бұрын
Was just looking for this the other day omg. Thank you for these tutorials, absolute legend
@dereksiuau
@dereksiuau 11 ай бұрын
No problem 👍 glad it helped. Just remember this is just ONE way of doing this. But I hope you can wrap your head around the concept that is all that matters in the end.
@henrysabin165
@henrysabin165 9 ай бұрын
You just saved my life Derek. God bless you.
@dereksiuau
@dereksiuau 9 ай бұрын
Glad your life was saved haha!
@edwincruz8365
@edwincruz8365 4 ай бұрын
I've watched other videos and they weren't as thorough as this one. thank you!!
@dereksiuau
@dereksiuau 4 ай бұрын
Glad it was helpful and thorough :)
@arije9834
@arije9834 6 ай бұрын
Thank you for your response. Yes I know there are plugin. Elementor also have image carousel. But I mostly use the elementor HTML widget to create things myself . I was able to create html and css code that works perfectly as yours ALL THANKS TO THIS VIDEO . I used as my guide
@dereksiuau
@dereksiuau 6 ай бұрын
Thats AWESOME to hear, at the end of the day Webflow really is just CSS / HTML / JS - so it was cool you translated this into Wordpress based on my tutorial lol.
@darryltang3999
@darryltang3999 5 ай бұрын
Thank you so so much, other tutorial i found required custom code but yours is well explained, simple to understand and works really well!
@dereksiuau
@dereksiuau 5 ай бұрын
You're welcome! - Glad you found it helpful and I hope you learnt the premise (reason why) rather than following a step by step tutorial.
@nicoprince69
@nicoprince69 Ай бұрын
Thanks man, legend 🙏
@alexkelso1649
@alexkelso1649 8 ай бұрын
mate, you are an absolute legend. Thank you very much!
@dereksiuau
@dereksiuau 8 ай бұрын
You're welcome!
@OpalBridgeInnovations
@OpalBridgeInnovations 6 ай бұрын
Bro your a ledgend!!! Thank you for making this simple
@dereksiuau
@dereksiuau 6 ай бұрын
No problem glad you found it simple bro 👍
@chissupa1
@chissupa1 7 ай бұрын
thanks, this works perfectly
@dereksiuau
@dereksiuau 7 ай бұрын
Great to hear!
@munkhbatmunkh6843
@munkhbatmunkh6843 8 ай бұрын
Thank you it's really helped
@dereksiuau
@dereksiuau 8 ай бұрын
Glad to hear that!
@ValentinaVaccotti
@ValentinaVaccotti 7 ай бұрын
Great tutorial! How would you go about the carousel looping the other way around? To have the logos instead of going to the right going to the left. Thanks!
@dereksiuau
@dereksiuau 7 ай бұрын
Great suggestion! - It would be the same premise. Instead of moving it -100vw or -100% just do the opposite: 100vw or 100%. Hope that makes sense!
@FayeForteo
@FayeForteo 3 ай бұрын
thank you so much I was able to do it!
@dereksiuau
@dereksiuau 3 ай бұрын
You're welcome! - Glad to hear you were able to do it :)
@smbghn
@smbghn 4 ай бұрын
great video. extremely helpful.
@dereksiuau
@dereksiuau 4 ай бұрын
Glad it was extrmeely helpful!
@jfoldger1184
@jfoldger1184 4 ай бұрын
Goated tutorial
@dereksiuau
@dereksiuau 4 ай бұрын
Thankss haha
@peterpaul6953
@peterpaul6953 9 ай бұрын
Hey mate, fantastic slider. I tried to build it myself but I have a sroll bar at the bottom to scroll to the right side. Maybe I made a mistake somewhere? I use only logo grid instead of two because my grid is already longer than the page width. Therefore I thought no need to copy that. Maybe here is the mistake? A hint would be really appreciated because I did not find a solution so far.
@dereksiuau
@dereksiuau 9 ай бұрын
Hey Peter - so a "bottom scroll" bar only appears when the width of the item is larger than the device screen as you hinted. You can wrap both the two grids into a DIV block (or the parent DIV like the section) and set that DIV block to have 100% width with overflow set to none. Hope that helps if not just let me know :)
@peterpaul6953
@peterpaul6953 9 ай бұрын
@@dereksiuau will try that tomorrow. I guess this is it. Thank you for the hint
@kmh0201
@kmh0201 9 ай бұрын
I added two extra grid duplications for more logos. The first and last rows are the same, so the animation works great. However, now my screen scrolls over to the right all the way down the line of logos. Can you only do this with two grid duplications? I considered making the first grid hold all logo images and setting it to 300% then duplicating that grid row. Do you think that would work, or do you have an easier solution from where I am now? Thank you for this! Very helpful!!
@dereksiuau
@dereksiuau 8 ай бұрын
Hey - thanks for the comment, as long as. the maths adds up that should work! So the main div that is wrapping everything should ideally be set to 100% width with overflow set to none (so there will be no horizontal scroll) then the grids you have should be 100% width with the parent div set to flex horizontal - no stretch or no wrap. Then finally the animation will depend on the amount of grids you have. Hope that makes sense - it's hard to troubleshoot your solution based on text. So if you are still struggling with anything just send me your read-only link and I will try my best to answer. - Derek
@kmh0201
@kmh0201 8 ай бұрын
@@dereksiuau you're my hero today thank you so much. works perfect
@dereksiuau
@dereksiuau 8 ай бұрын
@@kmh0201 awesome 👌
@madalenacarneiro93
@madalenacarneiro93 2 ай бұрын
I'm struggling after minute 5. Instead of rotating to the end when I move the margin it adds to the spacing between the items or makes it smaller. Help!
@dereksiuau
@dereksiuau 2 ай бұрын
The main goal of this tutorial (and all my tutorials) is to explain the "premise". In code there are many ways to do things. I would suggest to follow exactly step by step and understand what is happening, then explore other solutions. But what you have described seems like the "items" don't have a set size, I would recommend using a GRID as it auto calculates the size. But again many ways to do things. If you are still stuck you can share with me your read only link and I can take a look when I get the chance :D
@pierretucoulat8587
@pierretucoulat8587 6 ай бұрын
Thanks a lot derek ! I have a small problem the other grid is also appearing on the right side of the screen, how can i solve that ?
@dereksiuau
@dereksiuau 6 ай бұрын
Make sure for the wrapper you set to 100% width (or whatever you want) then add overflow none (that will crop / mask everything ) Let me know how you go!
@janmotycka
@janmotycka Ай бұрын
What if the pictures/logos wont fit on one screen, how do I have to adjust it so I dont get this wierd rollback in the animation?
@dereksiuau
@dereksiuau Ай бұрын
Perhaps, you need to adjust the grid accordingly and perhaps for each picture / logo set an appropriate width and height.
@ervczek
@ervczek Ай бұрын
Hi! In my case, on smaller devices when the animation comes to the looping moment, I experience some kind of "refresh" that lasts just for a fraction of a second, but it's really noticeable. I have a longer wrapper with 11 logos, repeated a couple of times. Do you know if it's just webflow's way of dealing with this? Or maybe I am missing something?
@dereksiuau
@dereksiuau 29 күн бұрын
Something should be "missing" perhaps a small 0.5sec transition delay or the loop is not perfect.
@shakeme14
@shakeme14 6 ай бұрын
LOVE THAT VIDEO BUT IF I HAVE MORE IMAGES HOW CAN I DO IT? BEACUSE I TRIED BUT IT SEEM LIKE I AM DOING IT WRONG PLEASE HELP
@dereksiuau
@dereksiuau 6 ай бұрын
I understand your frustration. If you understand the concept / premise of what I explained in the video you just need to use basic maths to ensure it's a perfect loop. So if you have more images you will need to ensure: 1/ It has perfectly repeated images on rotation 2/ The animation timing (move interaction) is set appropriately). I would suggest to follow my tutorial again 1:1 to understand the concept then explore adding more logos and experimenting how to do that. If you still struggle LMK!
@shakeme14
@shakeme14 6 ай бұрын
i watched the video again and now my web works perfectly ! thanks so much
@ikelong
@ikelong 6 ай бұрын
Please tell me the names of apps or web services that have various logos.
@dereksiuau
@dereksiuau 6 ай бұрын
If you are referring to website examples with a logo marquee section - a lot of them have it. For example Webflow itself: webflow.com/
@georgebishop9690
@georgebishop9690 8 ай бұрын
Would that work if logos are pulled from a CMS?
@dereksiuau
@dereksiuau 7 ай бұрын
Great point! That is a bit more tricker (extra step) but same concept / principle. Calculate the logos and make them work in a logo marquee fashion. Sometimes you may not have enough logos to make a perfect loop, if that is the case you will need to repeat some logos.
@digitse-learning5125
@digitse-learning5125 6 ай бұрын
can i replicate this on wordpress elementor page using the elementor HTML widget?
@dereksiuau
@dereksiuau 6 ай бұрын
This tutorial was specifically for Webflow (and perhaps hand coding HTML / CSS / JS) if you are using WP and elementor, I'm sure there is a plugin that has this effect you can use.
@jamilahmad1277
@jamilahmad1277 3 ай бұрын
How to make it so its scroll from left to right?
@dereksiuau
@dereksiuau 3 ай бұрын
You just reverse the interaction as seen in the tutorial. LMK how it goes.
@jamilahmad1277
@jamilahmad1277 2 ай бұрын
@@dereksiuau Yes its worked, thanks
@mahdikaaniche9986
@mahdikaaniche9986 5 ай бұрын
GOAT
@dereksiuau
@dereksiuau 5 ай бұрын
Hahaha
@xnikisaurus
@xnikisaurus 7 ай бұрын
Why does my marquee flash at the end when it resets?
@dereksiuau
@dereksiuau 7 ай бұрын
Perhaps it's the last interaction transition from the first. transition (loop period) maybe you set it to have a delay or duration? It should be instant (ie. 0sec)
@chamythos
@chamythos 9 ай бұрын
I have a large blank space on the right side and I don't know how to make it unaffected when publishing
@dereksiuau
@dereksiuau 9 ай бұрын
Send your read-only link and I can advise.
@LouisaSilberg
@LouisaSilberg 8 ай бұрын
thanks for this great video!@@dereksiuau I have the same problem. Any solution here?
@dereksiuau
@dereksiuau 6 ай бұрын
@@LouisaSilberg It's probably the fact you need to set the parent container to have a width of 100% (width of the screen) and overflow to hidden (so it crops out the large blank space)
@judepinto6968
@judepinto6968 10 ай бұрын
what isnt it working for bigger sized images, i have about 12 images with a width of about 512 px
@kyliemena6869
@kyliemena6869 10 ай бұрын
same i was hoping there'd be a solution for this because I have a lot of images
@dereksiuau
@dereksiuau 10 ай бұрын
Fantastic Query! The tutorial was to show the main premise I can't really cover all the variants. In your case, you may have to use another size eg. instead of using a fixed 512px maybe use percentage or VW. Hope this helps. As long as you understand the premise of the video you should hopefully be able to find a workaround yourself :D If not I will try my best to help just keep me updated :D
@arupde6320
@arupde6320 8 ай бұрын
upload in 1080
@dereksiuau
@dereksiuau 8 ай бұрын
Noted future videos recorded are now in 1080p.
@niravrk5446
@niravrk5446 8 ай бұрын
Easy CSS / HTML thing making more complicated in webflow 🤔
@dereksiuau
@dereksiuau 8 ай бұрын
Hahaha - Just a different interface and way of code (visually) same premise really.
@rodoshirahman321
@rodoshirahman321 22 күн бұрын
your tutorial does not work
@dereksiuau
@dereksiuau 19 күн бұрын
Sorry to hear that, this was a very specific technique (ONE way of doing it) I plan to revisit this in the future.
@richyfennell
@richyfennell 5 ай бұрын
On desktop the horizontal scroll bar seems to be moving with the animation. The screen is OK and doesnt show any white space on the right, just the bottom scroll bar is contstantly moving. Any ideas?
@dereksiuau
@dereksiuau 5 ай бұрын
There should be no horizontal scroll bar (unless that's the effect you want) i suspect you need to apply 100% width to the parent div with overflow hidden (clips everything) - this should remove the horizontal scroll. Let me know how you go!
@ekmedia.
@ekmedia. 5 ай бұрын
@@dereksiuau I have the same issue and I set the width to 100% and hid the overflow, but now I don't get the second grid. It just scrolls into abis
@nathandemoura8544
@nathandemoura8544 3 ай бұрын
@@dereksiuau When I do that, in fact the horizontal bar disappears. However, the second grid doesn't show up on the animation. It keeps scrolling, but no logo appears. Do you have any idea why? Thank you!
Infinite Carousel Loop in Webflow (No Code Needed!)
6:50
Red Panther
Рет қаралды 67 М.
6 Webflow Micro Interactions You Can Clone Today
6:33
Arnau Ros
Рет қаралды 62 М.
ДЕНЬ УЧИТЕЛЯ В ШКОЛЕ
01:00
SIDELNIKOVVV
Рет қаралды 3,9 МЛН
Advanced interactions: Horizontal scroll in Webflow
9:55
Webflow
Рет қаралды 195 М.
Create an Infinite Text Banner in Webflow
4:11
Nikolai Bain
Рет қаралды 18 М.
Learn How to Build an Horizontal Accordion Natively in Webflow
12:22
PLAY VIDEO ON SCROLL - GSAP Scrolltrigger Elementor (No plugin)
5:54
Nicolai Palmkvist
Рет қаралды 245 М.
I redesigned YOUR websites
20:44
DesignSpo
Рет қаралды 44 М.
FULL client process for high ticket web design [STEP-BY-STEP]
25:54
Anna Hickman
Рет қаралды 227 М.
The Secret Science of Perfect Spacing
9:40
Chainlift
Рет қаралды 441 М.
Web Designer’s New Secret Weapon (Unicorn Studio Tutorial)
7:18
Flux Academy
Рет қаралды 56 М.
Flawless Horizontal Scrolling in Webflow
8:02
Web Bae
Рет қаралды 10 М.