Web Bae
Web Bae
  • 194
  • 662 668
Creative Spotlight Effect with CSS and Javascript
I've seen this CSS + Javascript spotlight effect on a few Awwwards sites now so figured I'd do a tutorial! I'll walk you through how to build it in Webflow.
// CLONE IT
👯‍♀️ try.webflow.com/cloneable-is-bae?sub1=creative-spotlight-effect
// FREE resources
✂️ Code Snippet Library: code-snippets-sign-up.webflow.io/
🤝 CSS Nobody Told You About: www.webbae.net/css-nobody-told-you-about
🚗 Roadmap to learn Webflow: www.webbae.net/roadmap-to-learn-webflow
// Premium content
🤝 Patreon: patreon.com/webbae
🕸️ Advanced Webflow Course (201): www.webbae.net/product/webflow-201
// Discounts
🎢 Get 10% GSAP: WEBBAE10
♣️ Creative Coding Club (My favorite GSAP lessons): www.creativecodingclub.com/bundles/creative-coding-club?ref=f5f1d2
// Connect
🙋‍♀️ Join the Discord: discord.gg/pwfDptfBZb?
🐥 Follow Me! WebIsBae
มุมมอง: 506

วีดีโอ

Parallax Image Waterfall with Gsap Scrolltrigger
มุมมอง 1K21 วันที่ผ่านมา
Tutorial on how to build a parallax image waterfall effect in Webflow with GSAP ScrollTrigger where the smaller images move faster than the bigger ones for a nice effect! // Clone 👯‍♀️ Clone it: try.webflow.com/cloneable-is-bae?sub1=gsap-parallax-waterfall // FREE resources ✂️ Code Snippet Library: code-snippets-sign-up.webflow.io/ 🤝 CSS Nobody Told You About: www.webbae.net/css-nobody-told-you...
Simple SVG logo preloader animation with CSS!
มุมมอง 1.2Kหลายเดือนก่อน
Let's explore CSS keyframe animations by animating my SVG logo intro loader as well as a repeating background scroller. We'll learn about SVG properties like defs and mask as well as how to use the @keyframe keyword in CSS to animate different properties like SVG attributes and CSS properties. // CLONE IT 👯‍♀️ try.webflow.com/cloneable-is-bae?sub1=animated-svg-logo-css // FREE resources ✂️ Code...
New Webflow App - Alt text in seconds with Asset Bae
มุมมอง 1.5K2 หลายเดือนก่อน
👯‍♀️ Download the app for FREE! try.webflow.com/bae-apps?slug=asset-bae // TRY Webflow try.webflow.com/webflow-is-bae?slug=solutions/freelancers // FREE resources ✂️ Code Snippet Library: code-snippets-sign-up.webflow.io/ 🤝 CSS Nobody Told You About: www.webbae.net/css-nobody-told-you-about 🚗 Roadmap to learn Webflow: www.webbae.net/roadmap-to-learn-webflow 🧱 Build faster with my component libr...
No More Fake Loaders: Create a Real Progress Indicator
มุมมอง 1.8K2 หลายเดือนก่อน
Discover how to create an authentic progress loader for your website in our step-by-step tutorial! Learn to build a real-time progress indicator that accurately reflects image loading status, enhancing user experience and streamlining your site's functionality. Perfect for developers looking to elevate their interface design. Watch now to transform your loaders! 👯‍♀️ Clone it: try.webflow.com/c...
How to Build Magnetic Tooltips with GSAP Flip
มุมมอง 1.9K3 หลายเดือนก่อน
Let's create this mouse-following magnetic tooltips with GSAP Flip plugin in Webflow as seen at usetola.com. We'll create mouseenter and mouseleave events on our CMS items in conjunction with the greensock animation platform FLIP plugin to create a unique and wonderful little tooltip component. 🫡 Inspo: usetola.com/ // CLONE IT 👯‍♀️ try.webflow.com/cloneable-is-bae?sub1=magnetic-tooltip-gsap //...
Why I won't switch to Framer (vs. Webflow)
มุมมอง 4.9K3 หลายเดือนก่อน
Here's why I wouldn't switch to Framer as a Webflow developer. I'll compare Framer and Webflow in terms of User Interface , Developer Experience Content Management System (CMS), Extensibility with code, Documentation Learning Material, and Pricing. Seriously don't trust me though I sell a Webflow course. For my goals, Webflow is the right choice - here's some of the big things I think Framer is...
Resurrecting AI Alt Text Bae - Progress Update
มุมมอง 5753 หลายเดือนก่อน
🚨 UPDATE: WE HAVE LAUNCHED!! 🚨 🙌 Get started for FREE webflow.com/apps/detail/asset-bae // TRY WEBFLOW 👉 try.webflow.com/webflow-is-bae?slug=solutions/freelancers // FREE resources ✂️ Code Snippet Library: code-snippets-sign-up.webflow.io/ 🤝 CSS Nobody Told You About: www.webbae.net/css-nobody-told-you-about 🚗 Roadmap to learn Webflow: www.webbae.net/roadmap-to-learn-webflow 🧱 Build faster with...
How to animate section scroll progress in nav links with GSAP
มุมมอง 2.3K3 หลายเดือนก่อน
Learn how to create a nav bar with section anchor links that display scroll progress through each individual section. We will leverage GSAP in Webflow with Javascript to recreate this remarkable navbar inspired by balky.studio. 👯‍♀️ Clone it: try.webflow.com/cloneable-is-bae?sub1=section-scroll-progress-nav // GSAP Discount 🎢 Get 10% GSAP: WEBBAE10 ♣️ Creative Coding Club (My favorite GSAP less...
tricky image reveal scrolltrigger animation with gsap
มุมมอง 1.4K3 หลายเดือนก่อน
👯‍♀️ Clone it: try.webflow.com/cloneable-is-bae?sub1=fixed-image-gallery // FREE resources ✂️ Code Snippet Library: code-snippets-sign-up.webflow.io/ 🤝 CSS Nobody Told You About: www.webbae.net/css-nobody-told-you-about 🚗 Roadmap to learn Webflow: www.webbae.net/roadmap-to-learn-webflow 🧱 Build faster with my component library: webbae.net/components // Premium content 🤝 Patreon: patreon.com/web...
velvety variable font weight hover with gsap
มุมมอง 3.8K4 หลายเดือนก่อน
Let's recreate this velvety variable font weight hover animation with GSAP! I stumbled on this animation when Julian posted it on LinkedIn and had to poke around the code! I changed a few things: removed jQuery, trimmed down the code, refactor to module syntax, add match media query to only run the code on desktop, and reduce the burden of mathematics with GSAP mapRange utility. Big ups to Juli...
Horizontal Scroll with Parallax and Velocity Skew (Advanced GSAP + Webflow CMS)
มุมมอง 1.6K4 หลายเดือนก่อน
Build a Webflow horizontal scrolling section with advanced GSAP background image parallax and scroll velocity skew animation. This tutorial will show you how to make a dynamic horizontal scrolling section that utilizes the Webflow CMS combined with eye-catching effects powered by the Greensock animation platform with the ScrollTrigger plugin. 👯‍♀️ Clone it: try.webflow.com/cloneable-is-bae?sub1...
a slider from scratch [Webflow CMS, GSAP]
มุมมอง 2.5K4 หลายเดือนก่อน
a slider from scratch [Webflow CMS, GSAP]
Supercharged Sticky Scroll Sections with GSAP ScrollTrigger
มุมมอง 3.8K4 หลายเดือนก่อน
Supercharged Sticky Scroll Sections with GSAP ScrollTrigger
Build the Viral Stripe Sessions Slider
มุมมอง 1.7K5 หลายเดือนก่อน
Build the Viral Stripe Sessions Slider
Buttery Smooth GSAP Scroll Animation - Connected Grid
มุมมอง 3.1K6 หลายเดือนก่อน
Buttery Smooth GSAP Scroll Animation - Connected Grid
Easily add creative section breaks with Section Divider Bae - NEW Webflow App!
มุมมอง 3.4K6 หลายเดือนก่อน
Easily add creative section breaks with Section Divider Bae - NEW Webflow App!
CSS Hack: Toggle Dark Mode with :has()
มุมมอง 2.7K6 หลายเดือนก่อน
CSS Hack: Toggle Dark Mode with :has()
How I Made $96,080 from 5 Income Streams as a Freelance Developer
มุมมอง 2.3K6 หลายเดือนก่อน
How I Made $96,080 from 5 Income Streams as a Freelance Developer
Webflow Hack ⚡️ Do anything after form submission with ajaxComplete
มุมมอง 1.5K6 หลายเดือนก่อน
Webflow Hack ⚡️ Do anything after form submission with ajaxComplete
I got challenged to build this EPIC hero animation [GSAP Flip Lesson]
มุมมอง 3.7K7 หลายเดือนก่อน
I got challenged to build this EPIC hero animation [GSAP Flip Lesson]
Never Mess Up Your Finsweet Attributes Solutions Again!
มุมมอง 9267 หลายเดือนก่อน
Never Mess Up Your Finsweet Attributes Solutions Again!
Webflow Speed Build ⚡️ Lightning Animation with Clip Path Bae
มุมมอง 1.5K7 หลายเดือนก่อน
Webflow Speed Build ⚡️ Lightning Animation with Clip Path Bae
Animate Flowing Pipes just like Vercel - Easier than I thought!
มุมมอง 4.8K7 หลายเดือนก่อน
Animate Flowing Pipes just like Vercel - Easier than I thought!
My New Webflow App! Clip Path Bae
มุมมอง 5K7 หลายเดือนก่อน
My New Webflow App! Clip Path Bae
Stupid-awesome image float + scale with mouse proximity in p5.js
มุมมอง 1.3K7 หลายเดือนก่อน
Stupid-awesome image float scale with mouse proximity in p5.js
Clip-path Magic: Can we recreate this award-winning effect without three.js?
มุมมอง 2.3K8 หลายเดือนก่อน
Clip-path Magic: Can we recreate this award-winning effect without three.js?
Secret (?) alternative to overflow: hidden that no one is talking about
มุมมอง 2.2K8 หลายเดือนก่อน
Secret (?) alternative to overflow: hidden that no one is talking about
Intermediate GSAP Tutorial - ScrollTrigger Text Animation
มุมมอง 5K8 หลายเดือนก่อน
Intermediate GSAP Tutorial - ScrollTrigger Text Animation
Size Matters! Use this instead of p5.js
มุมมอง 1.1K8 หลายเดือนก่อน
Size Matters! Use this instead of p5.js

ความคิดเห็น

  • @Mattiasbaldi123
    @Mattiasbaldi123 2 วันที่ผ่านมา

    This animation does not work in safari.

  • @dalejanzen3253
    @dalejanzen3253 3 วันที่ผ่านมา

    Love how the problematic process is deconstructed... and replaced by a much more manageable solution... thank you!

    • @webbae
      @webbae 2 วันที่ผ่านมา

      Thanks Dale! Sometimes it’s easy to forget stuff - CSS is so vast!

  • @j.espinosa
    @j.espinosa 4 วันที่ผ่านมา

    Very cool! One question though, is it possible to copy that component and also get the linked variables? Imagine that this specific component has some variables in it. Is there a way to copy and paste while keeping the variables at the same time?

    • @webbae
      @webbae 2 วันที่ผ่านมา

      Hey J - unfortunately the copy paste api doesn’t seem to carry over variables (or components)

  • @Katzeblow
    @Katzeblow 5 วันที่ผ่านมา

    Can i clone these into existing projects and add imbeds?

    • @webbae
      @webbae 2 วันที่ผ่านมา

      You might need to copy paste an embed or clone an embed.

  • @Katzeblow
    @Katzeblow 5 วันที่ผ่านมา

    Yoh i can't code but like your videos how do i start?

    • @webbae
      @webbae 2 วันที่ผ่านมา

      You might enjoy my JavaScript for Webflow developers course - www.patreon.com/collection/175938

  • @davi48596
    @davi48596 6 วันที่ผ่านมา

    I didn't knew Framer.motion devs had a Framer CMS

  • @roving-camera_72
    @roving-camera_72 6 วันที่ผ่านมา

    Hard to believe that you didn't get a whole lot more likes for this one. It's a great tutorial!

    • @webbae
      @webbae 2 วันที่ผ่านมา

      Thank you!

  • @jimmoefoe1471
    @jimmoefoe1471 7 วันที่ผ่านมา

    It breaks when we add more image to it.

    • @webbae
      @webbae 2 วันที่ผ่านมา

      Be sure to check the comments section for a lot of good tips!

  • @hi_1833
    @hi_1833 8 วันที่ผ่านมา

    This is GOLD, I'll try it out and let you know how it went!

    • @webbae
      @webbae 2 วันที่ผ่านมา

      Hope it can help!

  • @GaurangWorkshore
    @GaurangWorkshore 9 วันที่ผ่านมา

    This is awesome, thank you. Similarly how to create Data client app?

    • @webbae
      @webbae 2 วันที่ผ่านมา

      I haven’t done any content around data client apps (yet!) Setting up the auth system can be a bit of a doozy.

  • @AlexanderWhillas
    @AlexanderWhillas 10 วันที่ผ่านมา

    More Matter.js PLZ!

    • @webbae
      @webbae 10 วันที่ผ่านมา

      It’s on the list but it has been for a long time 😆. Send me any examples of stuff you want to build!

    • @AlexanderWhillas
      @AlexanderWhillas 9 วันที่ผ่านมา

      @@webbae I'm trying to build an educational game to help young kids learn to read. I need to have letters and words (phonemes) they can interact (textures? or SVG?) with touch screens, so interactions that trigger events. Will need my own event loop?

  • @robertfranckowiak
    @robertfranckowiak 11 วันที่ผ่านมา

    REMs its not good solution to responsive matter. When You setup H1 line height in %, for example 115% then you can jump -115%, 230% and etc and NOW IS RESPONSIVE

  • @suzannesirunyan609
    @suzannesirunyan609 11 วันที่ผ่านมา

    Thanks Bae for a fantastic tutorial. Is there a way to enable it only for a sepcific section? I'm trying to change the cursor on a slider, to indicate that the user can drag it.

    • @webbae
      @webbae 11 วันที่ผ่านมา

      Check out this example! discord-help-examples.webflow.io/en/hype-slider The necessary CSS is in an embed with style name "js" Here's a cloneable, check the "Hype Slider" page. try.webflow.com/cloneable-is-bae?sub1=discord-help-examples

    • @suzannesirunyan609
      @suzannesirunyan609 10 วันที่ผ่านมา

      @@webbae Legend! This is exactly what I was looking for.

  • @qlevrqt8886
    @qlevrqt8886 11 วันที่ผ่านมา

    I'm confused because we don't see what's in the first to full-page divs.

    • @webbae
      @webbae 11 วันที่ผ่านมา

      Hey I'm not sure I understand the question - can you elaborate or provide an example in discord?

  • @stephanieeokoli
    @stephanieeokoli 11 วันที่ผ่านมา

    Can you do this without webflow?

    • @webbae
      @webbae 11 วันที่ผ่านมา

      of course you can! it's all html/css/js at the end of the day.

  • @MAT23154
    @MAT23154 13 วันที่ผ่านมา

    really cool ideas

    • @webbae
      @webbae 12 วันที่ผ่านมา

      Thanks!

  • @micaelablank8730
    @micaelablank8730 15 วันที่ผ่านมา

    This was so useful thank you!! Is there any way to get the data from airtable?

    • @webbae
      @webbae 12 วันที่ผ่านมา

      You could use the fetch api in JavaScript though you’ll probably want a middleware to secure your api key. Make can work for that too!

  • @roving-camera_72
    @roving-camera_72 15 วันที่ผ่านมา

    This is the best organized , and easiest to understand, video I've seen on horizontal scrolling in Webflow. I'll probably make use of this soon.

    • @webbae
      @webbae 12 วันที่ผ่านมา

      Thank you! I appreciate the awesome testimonial!

  • @RocknRollCEO
    @RocknRollCEO 15 วันที่ผ่านมา

    Love this video. I'm all Webflow but looking to learn Framer for specific clients. One key thing Framer offers which Webflow doesn't, is local pricing. So while the Mini plan may be $5 / month, in Turkiye it's 75 TRL = ~ $2.25 today.

    • @webbae
      @webbae 11 วันที่ผ่านมา

      good to know! I didn't know that.

  • @ozordiprince9405
    @ozordiprince9405 16 วันที่ผ่านมา

    Been using Webflow since early 2022. I’m too neck deep to leave now

    • @webbae
      @webbae 11 วันที่ผ่านมา

      hahahaha same. honestly it's where my desired clients are these days too :)

  • @mikeymumbelz9063
    @mikeymumbelz9063 17 วันที่ผ่านมา

    The main reason Framer fails compared to Webflow is Webflow allows you to export your website code. Framer offers one of the best systems for developing a really beautiful website really fast. The problem is everything is locked down inside of Framer's native system. I can't export that code and use it anywhere else because a code export option doesn't exist in framer. From a professional use standpoint, this makes Framer useless.

    • @webbae
      @webbae 11 วันที่ผ่านมา

      interesting point! I don't use the export code option as much as I used to though we did just use it recently for a big client who uses a particular LMS. We built everything in Webflow and exported it. Was very useful!

  • @twlysh
    @twlysh 17 วันที่ผ่านมา

    Nice shirt! Deserves the spotlight.

  • @nkdeus
    @nkdeus 17 วันที่ผ่านมา

    For a clean fluid sizing, I love using clamp() to control a min and a max. And in the middle of the clamp I use à calc() to control how much the size is relative to the screen size. About accessibility and design, fontSize and spacing have to scale in a smart way.

    • @webbae
      @webbae 17 วันที่ผ่านมา

      agree - clamp rules!

  • @heatherliu6856
    @heatherliu6856 17 วันที่ผ่านมา

    So fun and unique!

    • @webbae
      @webbae 17 วันที่ผ่านมา

      shinin' on me! 💜

  • @user-mj3gp8sg1e
    @user-mj3gp8sg1e 18 วันที่ผ่านมา

    Instead of displaying on the DIV, it became a link and opens the CMS template page. Please help me. 😩😩😫

    • @webbae
      @webbae 17 วันที่ผ่านมา

      hard to give help without an example feel free to hop in discord

  • @emailcl
    @emailcl 18 วันที่ผ่านมา

    you are cool dude, thanks

    • @webbae
      @webbae 17 วันที่ผ่านมา

      thank you. you too!

  • @erikswanson3441
    @erikswanson3441 19 วันที่ผ่านมา

    Here is the thing with this though... it seems that this runs me into an issue. example: A blog folder which nests the blog articles, makes it difficult to create a blog home page. a folder named blog does not allow you to bring in a blog homepage named "blog." which would be ideal.

    • @webbae
      @webbae 17 วันที่ผ่านมา

      you can get around this with some trickery but I know what you mean and honestly I don't really recommend it (if you're goal is to consolidate all in one feed.)

    • @erikswanson3441
      @erikswanson3441 17 วันที่ผ่านมา

      @@webbae well your video shows a "content," page, and also a content folder. Yes?

  • @haleemulhassan9158
    @haleemulhassan9158 20 วันที่ผ่านมา

    The first thing that puts me off from webflow is, where is the infinite canvas? Its such an obvious thing to have from a design point of view. Entering webflow, you are literally stuck on one screen in full 100% zoom. No room to move around. No freedom to ideate. Its feels so limiting and restrictive, and is really counter intuitive for a designer. Framer provides you the infinite canvas just like Figma, Sketch, and pretty much any other modern ui/ux tool. Where you can place things around your screen, move them freely, discard them, choose what to keep and what not, iterate etc. Webflow seems like when you have pretty much done everything in another tool, and just want to convert that design into a real website, knowing exactly what item to place where. There is no room for ideation.

    • @webbae
      @webbae 18 วันที่ผ่านมา

      good point ... I do really love an infinite canvas, esp. for iterating on designs. You are correct, Webflow does lock us into a Figma -> Webflow flow which could definitely be time consuming!

  • @allisonkeesling5552
    @allisonkeesling5552 21 วันที่ผ่านมา

    awesome

  • @waqarulhassan9125
    @waqarulhassan9125 22 วันที่ผ่านมา

    is there any method to do that without using custom code? I'm using free plan😬

    • @webbae
      @webbae 18 วันที่ผ่านมา

      clone a project with embeds?

  • @imraan_alam
    @imraan_alam 22 วันที่ผ่านมา

    framer just sucks bad

    • @webbae
      @webbae 18 วันที่ผ่านมา

      lol it's a cool tool - just not the one I choose :)

  • @user-ff1pn8qz7s
    @user-ff1pn8qz7s 22 วันที่ผ่านมา

    can i use it with sticky elements, which bigger than 100vh, how to add usable scrolling? ty for video and answer! really helpfull!

    • @webbae
      @webbae 17 วันที่ผ่านมา

      I'm not really sure how you would add scrolling if taller than 100vh. I don't think I understand the design based on your description...

  • @angelogreeny
    @angelogreeny 22 วันที่ผ่านมา

    I'm a frontend dev with alot of gsap experience, still I do like your content. Explained really well, from the start, so everyone gets it. Good job. Just curious, i'm rather new to Webflow development, how do you code this? All in the code editor? With no autocompletion/format on save, etc? I saw some ppl use codesandbox before to hijack the code into the staging build, but does it still work?

    • @webbae
      @webbae 22 วันที่ผ่านมา

      Thanks for the nice comment! I code in VS Code. For tutorial videos and small snippets I just write plain JS (.js file no npm, no build process, etc.) but for client projects and larger builds I do a bit more dev setup with Typescript. I did a talk for Webflow Conf last year on a basic dev setup with VS Code - th-cam.com/video/1Wpb9TqX_CQ/w-d-xo.htmlsi=kan33ioMTTgcWhVz I also did a video on more complex setups: th-cam.com/users/livekXNsQ4gpMKs?si=jZqHsbxSyImsGPUL Hit me up if you have any questions!

    • @angelogreeny
      @angelogreeny 22 วันที่ผ่านมา

      @@webbae thanks. I will check it out later. I guess there is no such thing as a full blown monaco editor app for webflow. Would be a great app idea, no?

  • @heatherliu6856
    @heatherliu6856 22 วันที่ผ่านมา

    This parallax has opposite properties from real physics 🤪 Bigger photos are closer and should scroll faster - at least in our universe. Maybe powered by anti-matter here. Web Bae rewrites the rules of physics!

    • @webbae
      @webbae 22 วันที่ผ่านมา

      I need to go back to physics class OMG

  • @kudz
    @kudz 22 วันที่ผ่านมา

    This saved me hours of editing. Would be cool if we had a similar UI for editing page settings too

    • @webbae
      @webbae 22 วันที่ผ่านมา

      Heck yea! I think Vimilan just released something that can do it! Have you tried that app? It also let's you import from csv

    • @kudz
      @kudz 22 วันที่ผ่านมา

      @@webbae first time hearing about this! Definitely gonna check it out!

  • @surendarr2177
    @surendarr2177 22 วันที่ผ่านมา

    nice

    • @webbae
      @webbae 22 วันที่ผ่านมา

      thank you!

  • @Hilarys-design
    @Hilarys-design 24 วันที่ผ่านมา

    Is there anyway to include gifs in the image trail?

    • @webbae
      @webbae 22 วันที่ผ่านมา

      good question. I'm not sure have you tried it with the code example? I don't see why it couldn't work...

  • @amberjohanna6176
    @amberjohanna6176 25 วันที่ผ่านมา

    I had added this onto my home page just fine, but when duplicating it to other pages, it doesn't work and is just a stagnant white dot- how can i fix this?

    • @webbae
      @webbae 22 วันที่ผ่านมา

      did you duplicate the css and interaction as well? Can you share a link in Discord I can check out?

  • @Ibrahim-oc5ql
    @Ibrahim-oc5ql 25 วันที่ผ่านมา

    6.9K Quality views

    • @webbae
      @webbae 22 วันที่ผ่านมา

      This guy gets it 🤝

  • @shivamyadav-bp6zg
    @shivamyadav-bp6zg 26 วันที่ผ่านมา

    Hey I created the same way but my blog home page is getting redirected s /blog/blog

    • @webbae
      @webbae 22 วันที่ผ่านมา

      maybe remove the /blog from one of the links? The paths are relative so that might do it!

  • @roving-camera_72
    @roving-camera_72 26 วันที่ผ่านมา

    It's amazing that you were able to pack so much into a 5 minute tutorial.

    • @webbae
      @webbae 22 วันที่ผ่านมา

      Thank you! I try to keep it interesting but also digestible. Focus on the main thing you know?

  • @aluisiofsjr
    @aluisiofsjr 26 วันที่ผ่านมา

    This don't work with Starter Account (free account), right?!

    • @webbae
      @webbae 22 วันที่ผ่านมา

      If you need an embed there are ways with copy/paste for sure!

  • @dmytrohirak8446
    @dmytrohirak8446 28 วันที่ผ่านมา

    how to disable p5.js on mobile?

    • @webbae
      @webbae 27 วันที่ผ่านมา

      You could use match media to only run the JavaScript on breakpoints 991px and above

    • @webbae
      @webbae 27 วันที่ผ่านมา

      chatgpt.com/share/b0efe6dc-8353-4fc2-9be5-626049615c1e

  • @Paiake
    @Paiake 28 วันที่ผ่านมา

    That’s amazing! How can we pass multi reference fields back to Airtable or straight from Webflow form to Webflow CMS!? Thank you!

    • @webbae
      @webbae 27 วันที่ผ่านมา

      I’m not sure exactly but I do know that Webflow multi ref CMS imports are done with strings separated by semicolon.

  • @AdamTarasewicz
    @AdamTarasewicz 29 วันที่ผ่านมา

    ive recently done a similar effect, with blur applied to shapes and animating it when scrolled into view. It's worth noting it works pretty well on Safari and Arc, but on Chrome it's EXTREMELY laggy. it would be good to know if anyone else has experienced it?

    • @webbae
      @webbae 27 วันที่ผ่านมา

      Not sure feel free to send an example of you can.

  • @jaroslavdlask
    @jaroslavdlask หลายเดือนก่อน

    Love it!

    • @webbae
      @webbae 29 วันที่ผ่านมา

      Thanks!!

  • @DANNFIGDESIGNS
    @DANNFIGDESIGNS หลายเดือนก่อน

    I would've never guessed that an infinite marquee could be so difficult. Getting it responsive was the difficult part. I saw both of your videos and chose GSAP. I'm a big fan and I most definitely will have some of their CDNs loaded. Thank you very much for your great work! 😃

    • @webbae
      @webbae 29 วันที่ผ่านมา

      Glad I could help! This is a really nice testimonial thank you!

  • @adamjohannes1817
    @adamjohannes1817 หลายเดือนก่อน

    Amazing - works really well. Thank you!

    • @webbae
      @webbae 29 วันที่ผ่านมา

      You're welcome!

  • @gillsteens
    @gillsteens หลายเดือนก่อน

    Hey! Which languages are supported?

    • @webbae
      @webbae 29 วันที่ผ่านมา

      only english right now. what language would you like to see supported?