Joined February 2022
213 Photos and videos
Pinned Tweet
You can now build 3D orbit animations in @Webflow with the new @GSAP interactions! And it’s insanely easy! Something that wasn’t possible before: with just 2 action steps, you can change the perspective of child elements and create really interesting shapes like this! Part of my #webflowchallenge NOVA build.
9
2
81
4,716
I’m building all the small collage graphics for the new FORMBURG site directly in Webflow as components. That means I can drop them into any slot where I need them. No SVG imports or static assets (that would be the quick and easy route). Everything stays editable, responsive, and easy to maintain. Dark and light mode work perfectly through Webflow’s variable themes as well.
13
708
Every AI I've tried has failed to reproduce this design. No JS. Flexible in height. I even turned it into a reusable component, giving the client full control inside Webflow. They can edit everything themselves even individual hex color values automatically flow into the gradients.
1
7
440
I’ve started building my new FORMBURG website using the MAST Framework in Webflow. Hopefully I can get it finished before Webflow Conf. Client work has been keeping me busy lately, but I’ll try to share more over the next few weeks. There are some really exciting layouts in the works, created in collaboration with @oliver_gareis 😍 @NoCodeSupplyCo
5
23
1,710
Working with Webflow Code Components for the first time right now. I’m building a 4-step quiz for a client with dynamic matching results. The client can assign points to each answer via the component, which are then used to calculate and match 6 different outcomes with percentage indicators. And honestly: the AI Assistant is surprisingly competent when it comes to understanding requests or change requirements. It genuinely feels similar to working with Claude on code projects. And I’m doing everything in German right now.
1
4
179
Ever tried to animate blur in Webflow's GSAP interactions and realized the property just isn't there? There's actually a simple workaround that opens up a whole new range of animation possibilities. Instead of animating the blur filter directly, you can use combo classes with CSS transitions and toggle them on and off through GSAP's set action. What makes this approach so powerful is that it's not limited to blur. You can apply the same pattern to grayscale, invert, saturate, or any other CSS filter that Webflow's @greensock UI doesn't expose natively. In my latest tutorial, I combine this with a staggered title reveal, container queries for responsive scaling, and an infinite loop to create a premium looking hero animation you can drop into any client project.
2
3
39
3,578
Really hoping Webflow Conf brings the ability to edit elements inside Code Components directly in the Designer 😊
Apr 30
Build anything you can describe with AI code components, now available to all Webflow customers. Need a pricing calculator? A job board? An interactive quiz? Tell the AI Assistant what you want, and it generates a working code component directly on your page. It's automatically styled to match your site — fonts, colors, spacing — so it looks right from the start. Then refine it with AI or open the code editor for full control. And with shared libraries, you can drop AI code components into any site. No rebuilding from scratch. To celebrate the launch, we’re kicking off a two-week Builder Challenge in our Community Homebase. The prompt: Generate an AI code component natively in Webflow and share what you built. That’s it! Every participant is automatically entered into a raffle to win: - 1 Webflow Conf ‘26 Ticket - 3, $100 gift cards - Plus, an opportunity to be featured as a use-case on webflow.com This is a new way to build for the web — faster, more flexible, and built around your ideas. → See what you can build with AI code components: wfl.io/42C7E9o → Enter the Builder Challenge: wfl.io/4dfqiKm
2
5
362
Most Webflow designers still set up Marquee animations wrong. The common mistake: using a page load animation. That means it runs in the background the entire time, even when the user has scrolled far past the section. That puts unnecessary load on the GPU and CPU. The smarter approach is a scroll trigger. You start the animation when the element enters the viewport, and pause it when it leaves. The new GSAP Timeline in Webflow makes this cleaner than ever. No custom code needed.
2
8
397
In my latest tutorial I cover the full setup: marquee structure, why padding beats gap and how to configure the scroll trigger correctly: youtu.be/CeZdiL58GV4 Free Template of this project: try.webflow.com/vyro-templat… * * Affiliate Link
1
137
Building a 360° rotating product demo inside Webflow with no 3D tools, no complex setup. In part 3 of the outdoor brand series, I’m showing how to combine a clean two-column hero layout with an AI-generated product animation to create a high-end visual effect that works in real client projects. The process is simpler than you’d expect.
4
1
11
476
Do you use Google Fonts but need to self-host them in Webflow because of GDPR? Downloading them normally gives you full font families in TTF — great for local use, not for the web. Use Google Web Fonts Helper instead: – Pick only the styles you need – Download directly in WOFF2 – Skip the conversion step Upload to Webflow → done.
1
1
12
881
Built a clean hero scroll effect in Webflow using GSAP. Sticky background with move scale for a subtle parallax, plus a staggered title. All native with the new GSAP timeline. Free cloneable in the comments. And don’t forget: you can now copy @greensock GSAP animations between @webflow projects. Over the next few weeks, I’ll be dropping more videos for this fictional high-end outdoor performance brand VYRO® 👌
9
8
205
9,911
Free Cloneable of this project: try.webflow.com/vyro-templat… * My Webflow GSAP Interaction Masterclass: formburg.com/en/gsap-masterc… Tutorial: youtu.be/VmspOeutrLE?si=ebli… * Affiliate Link

2
556
New video: Too Many Web Designers Do These 3 Hero Section Techniques Wrong (Explained For Beginners). The third one took me a while to figure out myself: using background-attachment: fixed for a parallax feel. It fails completely on mobile Safari, and it prevents Webflow from serving responsive image sizes to different devices. The better solution is to use a regular image element set to position: fixed, then add clip-path: inset(0) as a custom property on the section. This clips the image to the section, works across all browsers, and keeps Webflow's responsive image optimization intact. Full breakdown in the latest video → link in the comments.
2
15
764
Since I’m working more and more with Claude MCP, it would be great if @Webflow could treat Claude like a collaborator. It’s constantly updating my CMS but right now, there’s no clear visibility on who changed what and when. @leinwand 🙂
2
33
821
AI is changing how we work in Webflow. Instead of clicking through 50 CMS items manually, you can let AI handle it in one workflow.
1
9
328