Kudz
Kudz
WBWeb Bae
Created by Kudz on 10/2/2023 in #❓︱questions
Mutli-step Form Resources
I'd actually be down. I was already creating a multi-step form from scratch and thought of dropping a message in here😂
8 replies
WBWeb Bae
Created by Kudz on 10/2/2023 in #❓︱questions
Mutli-step Form Resources
Oh yeah superform! I remember that. Thanks let me try it out
8 replies
WBWeb Bae
Created by Kudz on 9/5/2023 in #❓︱questions
Finsweet CMS Filter not working on exported site
Hey @Web Bae thanks for responding. That’s a good idea I don’t know why I didn’t think of that. My brain has been Jello
6 replies
WBWeb Bae
Created by Kudz on 9/5/2023 in #❓︱questions
Finsweet CMS Filter not working on exported site
Hey @Ander I’m using CMS filters with static html not Webflow CMS. The CMS filters work fine in webflow staging but break when I export. So the issue here is the CMS filters and not the CMS (since there’s no CMS to export)
6 replies
WBWeb Bae
Created by Anish on 6/10/2023 in #❓︱questions
Circular Slider with CMS
@Web Bae @Anish Here is the circular slider I was working on Live Link: https://round-slider.webflow.io/ Preview link: https://preview.webflow.com/preview/round-slider?utm_medium=preview_link&utm_source=designer&utm_content=round-slider&preview=22ab5c9719d0de5f71bdfe5631b88b6d&workflow=preview @Anish I set the the circle positions manually but you can set the using javascript. If it's on click, you can add a custom event listener to each dot. The Dots are html so you can add the onclick event to them. The circle and progress bar in the back are done with svg. I'm animating the progress bar with stroke-dasharray and stroke-dashoffset. You can take the javascript code in the head tag or use this codesandbox link. Its the hoverDots.js file: https://codesandbox.io/s/round-slider-9e09h5?file=/hoverDots.js:0-2288 I got busy before completing it though so the code will look like spaghetti lol.
15 replies
WBWeb Bae
Created by Kudz on 5/15/2023 in #❓︱questions
Advanced 3D Rotation Effect
Hi @Web Bae Thanks for the tip! Sorry for the late response, the last weeks have just been packed🙏
4 replies
WBWeb Bae
Created by dylan.bush on 4/19/2023 in #❓︱questions
Issue with "Random CMS Collection Page Button"
All good! @Web Bae 😎
6 replies
WBWeb Bae
Created by dylan.bush on 4/19/2023 in #❓︱questions
Issue with "Random CMS Collection Page Button"
Awesome! I'm glad to help😁
6 replies
WBWeb Bae
Created by dylan.bush on 4/19/2023 in #❓︱questions
Issue with "Random CMS Collection Page Button"
No description
6 replies
WBWeb Bae
Created by Kudz on 4/14/2023 in #❓︱questions
Making cursor stick to circle path
Thanks Keegan! I actually came across this video by Chris Courses last year too but I decided to watch his ThreeJS courses instead haha! Everything just comes full circle😂
17 replies
WBWeb Bae
Created by Kudz on 4/14/2023 in #❓︱questions
Making cursor stick to circle path
And thanks for the tip on updating UI. I actually hadn't realized it was like coding a game haha.
17 replies
WBWeb Bae
Created by Kudz on 4/14/2023 in #❓︱questions
Making cursor stick to circle path
Hi @Web Bae! Thanks so much for getting back to me! I'm gonna try your suggestion about using pythag theorem, initially I was thinking of using this method I came across while I was studying threejs. (Creating a function called "animate" then using window.requestAnimationFrame to call that function within itself, keeping track of the elapsed time since the animation first started, then multiplying those value with Math.cos() and Math.sin() for the X and Y Coordinates respectively to make it go in a circle) Then somehow figuring out how to tie that to Mouse position.
17 replies
WBWeb Bae
Created by Mustapha Mushi on 4/6/2023 in #❓︱questions
How to EMBED code in Webflow Rich Text?
Anytime @Mustapha Mushi
6 replies
WBWeb Bae
Created by Mustapha Mushi on 4/6/2023 in #❓︱questions
How to EMBED code in Webflow Rich Text?
My first thought is to use the <code> element. https://www.w3schools.com/html/html_computercode_elements.asp I think Webflow rich text allows for custom code script embeds. I suggest also checking out Finsweet CMS Rich Text: https://finsweet.com/attributes/powerful-rich-text
6 replies
WBWeb Bae
Created by Kudz on 3/27/2023 in #❓︱questions
Hosting files online
Thanks for the tip @bonsak I think I'll also check this one out too👌
11 replies
WBWeb Bae
Created by Kudz on 3/27/2023 in #❓︱questions
Hosting files online
Hi @Web Bae Thanks a lot for the tip, I actually was able to put the .glb files in my Github repo😁 Hehe I don't know why I didn't think of just doing that😂
11 replies