Ander
WBWeb Bae
•Created by Ander on 9/4/2024 in #❓︱questions
Need Help with a Simple GSAP Animation Not Working on Page Load
Hi there!
I’m just starting out with GSAP, and I’ve created a simple animation to make an element enlarge when the page loads. However, for some reason, it’s not working, and I can’t figure out why. 😅
Does anyone know what I might be doing wrong?
Thanks a lot in advance!
Code:
<!-- Incluye GSAP desde el CDN -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/gsap.min.js"></script>
<script>
gsap.fromTo(".404_sticker",
{ scale: 0, opacity: 0 }, // Estado inicial (chiquito y transparente)
{
scale: 1,
opacity: 1,
duration: 1.5,
ease: "bounce.out", // Efecto de rebote
}
);
</script>
test link: https://sherpa-2024.webflow.io/gsap-test4 replies
WBWeb Bae
•Created by Ander on 4/26/2024 in #❓︱questions
CSS Grid question
Hey there, does anybody know how to fix this avoiding using min-height?
https://www.loom.com/share/4304cc669eca4fde9a176929e30c5599?sid=658e8c55-4785-44a1-ab79-cbbd96a3c4e4
thanks a lot!
2 replies
WBWeb Bae
•Created by Ander on 2/24/2024 in #❓︱questions
Finsweet CMS Filter Attribute - "VIEW ALL" button
12 replies
WBWeb Bae
•Created by Ander on 1/6/2024 in #❓︱questions
non common slider
Hello spicy community, happy New Year to everyone! Does anyone know if there's any "easy-to-implement" solution/library to achieve this slider: https://www.choreus.co/ (it's like a continuous timeline where the slide duration depends on the width of the thumbnail that is passing, seems very ingenious to me)?
2 replies
WBWeb Bae
•Created by Ander on 10/17/2023 in #❓︱questions
Irregular grid using 1 CMS collection
14 replies
WBWeb Bae
•Created by Ander on 9/7/2023 in #❓︱questions
CMS Masorny - min height
Hey Keegan, I've just set up your Masonry CMS, and it's working like a charm! Thanks a bunch!
Quick question – is it doable to set a height for the images to make sure the hover effect looks snazzy? I gave min-height a shot for the item, link block, and the image, but I couldn't quite nail it.
https://lightit.webflow.io/why-light-it ("check our projects" section)
preview link here: https://preview.webflow.com/preview/lightit?utm_medium=preview_link&utm_source=designer&utm_content=lightit&preview=243ea14734c130af52e8f0d4994430e7&pageId=64f9d75e250f8a6d2fc54304&workflow=preview
Thanks in advance!
11 replies
WBWeb Bae
•Created by Ander on 6/26/2023 in #❓︱questions
Scroll to section horizontally (clicking a buton)
5 replies
WBWeb Bae
•Created by Ander on 5/30/2023 in #❓︱questions
Show content based on location
Hey there,
I have a client that want's a feature where the user selects his province (inside argentina) and based on that we show different kind of products (like this web does at the top for check availability https://starry.com/internet)
It's any way to achieve this inside webflow?
Thank you so much in advance!
5 replies
WBWeb Bae
•Created by Ander on 4/27/2023 in #❓︱questions
glossary letters - 2nd click interaction
2 replies
WBWeb Bae
•Created by Ander on 4/23/2023 in #❓︱questions
Problem with button animation
Hey there, I'm working on the new web of my agency and I made this cool interaction for the buttons:
https://www.loom.com/share/0774aa7f793c45d791a072805c634d35
But as you can see in the loom I have an issue when you hover fast over the button.
Is there any way to solve this?
I used only native webflow interaction.
public link here: https://preview.webflow.com/preview/aa-website-2023?utm_medium=preview_link&utm_source=designer&utm_content=aa-website-2023&preview=fed662f63bbe1365667985745469072d&pageId=64446aa0a263ebe2672c703d&workflow=preview
Thanks in advance!
7 replies