Jump to content
Search Community

Oleh Koval

Members
  • Posts

    24
  • Joined

  • Last visited

Everything posted by Oleh Koval

  1. Oleh Koval

    Flip & Resize

    What is the correct way to resize Flip?
  2. @mvaneijgen I understand that I can create a .p-bg element for each block, but I thought there might be a better solution for this task. But in any case, this will solve my task.
  3. How to build element transition chains correctly?
  4. When I use Flip, the font size inside the container changes instantly without any smoothness. How to solve this problem?
  5. I checked it works. When will there be an update?
  6. @OSUblake I am using https://kw:8890/onegreenway/ This is a localhost, only custom MAMP PRO.
  7. I try locally, but after loading the page, it immediately redirects to this page https://greensock.com/requires-membership/?plugin=ScrollSmoother&source=trial
  8. https://greensock.com/docs/v3/Plugins/ScrollSmoother/paused() For some reason it doesn't work on mobile https://is-travel.wbs-dvp.pro/ There is a clean site, only 1 switch button. It works on desktop, but not on mobile. The first click works, but the second doesn't.
  9. I did revert(), but it only works if scrolled down to the element and that doesn't suit me.
  10. @akapowl How do I fix the first section and add animation? You helped me with the last section, but what about the first section?
  11. @akapowl I need to develop this animation. Starting at 23 seconds on the video https://drive.google.com/file/d/1xgKcza2cP_DJfqmyxLhiskKEi9qCbQMS/view?usp=sharing If you take the block out of the horizontal scroll, then everything works. Not in horizontal scrolling. Is it possible to do this or not?
  12. Initially, I have a horizontal scroll, when I scrolled to the last section, I need to fix this section and make a chain of changes when scrolling.
  13. I can't figure out how to make the carousel right when scrolling. For example ScrollTrigger (trigger: ".carousel-outer", start: "center center") After that we scroll down the carousel is fixed and the slides are changed. Just as it works now when we click on the dots. Help me please!
  14. How to animate svg using GSAP? In my example, these are lines. Hover on this area https://prnt.sc/111ifp1 to bend the lines. It is possible?
  15. https://codepen.io/oleh-koval/pen/VwKxZZW Try scrolling through section 2. Look at the behavior of this element https://prnt.sc/wg1a5f
  16. Why does this code not work correctly if I add it to your code? ScrollTrigger.create({ trigger: ".wrap", start: "top top", end: "bottom bottom", pin: "#head02", pinSpacing: false }); I have a problem with this and EVERYTHING !!!
  17. You are moving in the wrong direction. See how the map https://prnt.sc/wfwlqt is fixed to the text when scrolling.
  18. Hey @mikel Watch this video https://drive.google.com/file/d/1XwdBkxtBxh6JTMfsJglz3y3SmMHbdhVU/view?usp=sharing That's what it's for.
  19. I need something else. Watch this video to understand the problem https://drive.google.com/file/d/1dOhJJ7mWgf4y0OTZMiap3b6X-QTyoF3t/view?usp=sharing
  20. See how this code https://prnt.sc/wfimns works in my example. This block is not fixed, but disappears first and appears at the end of the section. Although it should fixed smoothly within this section.
  21. Help me solve the problem. When scrolling, the section smoothly transitions to transparent, and the bottom section overlaps it. But inside one of the section I need to fixed the element on scrolling. Why is it wrong https://prnt.sc/wfh63c works. I don't understand why it doesn't work properly. See an example.
×
×
  • Create New...