Jump to content
Search Community

Clou

Members
  • Posts

    23
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Clou's Achievements

  1. Clou

    Scroll popup

    I have a design when click on image opens popup. Im struggling to disable scroll when popup opens and enable when pop up closes. When u scroll on open pop the smooth scroll pushes the modal up and down. Thank you
  2. Clou

    Mobile scroll

    hi, i found the problem; user scalable was yes insrtead of no :))))) <meta name="viewport" content="width=device-width, user-scalable=yes"> <meta name="viewport" content="width=device-width, user-scalable=no">
  3. Hi, how achieve smooth scroll to anchor? I have a section with id #... Cant find and docs for this... This is my code for smooth scroll: gsap.registerPlugin(ScrollTrigger, ScrollSmoother); ScrollTrigger.normalizeScroll(true); let smoother = ScrollSmoother.create({ smooth: 2, effects: true, smoothTouch: 0.1 });
  4. Clou

    Mobile scroll

    Hi, here is the demo: https://codepen.io/Matev-Pevec-the-selector/pen/jOQYEKB And this is the live page: https://clou.agency/contact/
  5. Clou

    Mobile scroll

    Hi, thank you. I fixed these errors, but it seems that the problem exists even on the subpages. What could be the problem for freezing screen?
  6. Clou

    Mobile scroll

    Hi, my is the whole page freezing on mobile version? https://clou.agency/frontpage-new/ Desktop works perfectly, im using scrollsmoother and scrolltrigger...
  7. Of course... thank you!!
  8. Hi! i cant figure out why, when the accordion is opened (marketing heading click), the horizontal scroll (orange cards) are pushed down out of the middle of the screen, but when its not opened the position is correct.
  9. I have figured out, but dont quite understand the back to 1 state animation: https://codepen.io/peva92/pen/rNqPOYZ
  10. yes of course, im will look up tnx!
  11. Im trying to achive that on click on image , image expands to the full size of the screen with some content under appearing image, like pop pu
  12. Thank you, i cant seem to get going: https://codepen.io/peva92/pen/rNqPOYZ I want to use this animation to animate pop-uo : https://codepen.io/GreenSock/pen/XWKLYWe I have also bootstrap of 3 columns whic seems to be a problem for the popup
  13. Hi! I cant find a way to start to achieve this page scroll and animation effect: https://www.we-go.it/it/team/. I want to achieve the pop up animation where image grows bigger and animates to pop up with content and fixed background. Is it possible with gsap? I also want to achieve the scroll image effect where images are moving on scroll... thanks, any help would save my struggles!
  14. Clou

    Scroll to anchor

    Thanks Cassie!! Now understand better the smoothscroll
  15. Clou

    Scroll to anchor

    Hi im trying to make smooth scroll to anchor link when i clik on the buttons insite tab section, the same like on this page but i cant find the solution: https://www.lazarev.agency/cases. Im also looking for the solution when you scroll to the section, the button color highlighted https://www.lazarev.agency/cases . Thank you!
×
×
  • Create New...