We've just integrated it, and we confirm - it's definitely easier than it looks. Thank You 💛
@swapnilvathare12 күн бұрын
Awesome tutorial! You explained everything so clearly and made it easy to follow. I have one question-would it be possible to implement this on page scroll?
@webbae12 күн бұрын
yes you could use GSAP ScrollTrigger to do it. You could probably also use CSS scrolldriven animations but I'm not as familiar with those.
@evanjoyal954011 ай бұрын
Amazzzing I was actually looking up how to do this just last week.
@webbae11 ай бұрын
Took a little research but not many examples with this style - everything was stroke-dashoffset!
@anim--west77834 ай бұрын
bro you are the best please keep going i ve been searching about this for a long time i tried gsap with complex animation and many other solution but i couldn't believe this is easy
@webbae4 ай бұрын
Thank you! Best testimonial!
@AvanaVana6 күн бұрын
I saw you ask how to do this on Stack Overflow
@webbae4 күн бұрын
I ain't hiding! When you try to create SVG that is only straight lines you can run into some weird rendering issues!
@hardickraj87646 ай бұрын
Really Cool and easy. Thanks for this video.
@webbae6 ай бұрын
Glad you liked it!
@garyvoigt3216 ай бұрын
Can this method be used to animate glowing strokes around the edge of a div? Like on the Linear homepage?
@webbae6 ай бұрын
you should be able to modify this to do that. There are also tons of great examples of those on codepen if you get stuck. I like this one a lot! codepen.io/jh3y/pen/poxVPqo
@DoerNation5 ай бұрын
Hello , why masking not working on straight lines ? i further extends this and tried to do it like vercel ( that 4 black lines part ). I tried to add black rect mask on it but it is not working. Please help
@webbae5 ай бұрын
Did you post in Discord as well? Turns out straight lives need a different coordinate space using the userSpaceOnUse attribute value for the gradient units value. Who knew?!?
@designbasestudio5 ай бұрын
Thanks for the great tutorial. It's a pity that you can't use this due to performance issues on Safari... In general Safari has problems with gradients and blurs in combination with css transitions & animations.
@webbae5 ай бұрын
I just loaded in Safari and didn’t experience any issues. Can you share more info?
@darraghlynch.design6 ай бұрын
I'm trying to run two instances of this just like the actual vercel example. So there's pipes going into something and more pipes coming back out in a straight line. Anytime I add my custom code to the front wire wrap on the output wires it will not display anything and the wires just disappear. Not sure what is going wrong
@webbae6 ай бұрын
Can you post an example in Discord? discord.gg/jwVCjnK5
@Kebbab.21311 ай бұрын
So that’s how they do it
@webbae11 ай бұрын
Yes Sir Mr. Kebbab 🫡
@jyotiranjangiri51623 ай бұрын
thanks for sharing
@webbae3 ай бұрын
Thanks for watching!
@fazlushaikh31365 ай бұрын
how to animate them in random order? (one by one)
@webbae5 ай бұрын
You could do multiple keyframes and delay them.
@preetsuthar175 ай бұрын
dude I'm subscribing you!
@imdefnotash5 ай бұрын
the embed feature isn't available for free.
@webbae5 ай бұрын
it's not but with some creative clone and copy/paste you should be able to get it working!
@ManuelNollMedia6 ай бұрын
Is this also possible without coding? :)
@webbae6 ай бұрын
to my knowledge, no. You might be able to create it in a program like SVGator or Adobe After Effects and drop it in as a lottie or something though.