Jump to content
Search Community

Oleksandr07

Members
  • Posts

    20
  • Joined

  • Last visited

Oleksandr07's Achievements

  1. You just made a mistake in the code https://i.imgur.com/Ck45hne.png, thereby disabling the item rotation functionality. If you fix your mistake, the problem with fixing the .rect block remains
  2. Hello, I need help. I can't figure out how to fix the black square in the position it is at the beginning of the item rotation animation in the third step. Now the square moving immediately to its final position.
  3. Thanks, that helped me. Although I didn't really understand how it works here ?
  4. Yes, there are no problems when resizing the page, but in this version, the animation of the text on the left generally does not work correctly
  5. Please help me figure it out. If you scroll to the end of the page and resize the page, the start positions of the timeline are determined incorrectly.
  6. Hello. Tell me how to make the text blocks in section 2 switch instantly, at the first scrolling with the mouse? Now there is a delay and the text blocks don't switch until you scroll to a certain position
  7. Add ScrollTrigger.refresh() after open accordion
  8. After opening the accordion, the upper limit of the trigger does not shift, and when scrolling there is a bug
  9. How to change the start and end position of scrollTrigger after running the onEnter event? ScrollTrigger.create({ trigger: '.box', start: 'top top', end: 'bottom bottom', ease: "power0.easeNone", scrub: true, pin: true, pinReparent: true, invalidateOnRefresh: true, markers: true, onEnter: ({progress, direction, isActive}) => { // change start and end options } });
  10. After resizing the page, the value passed to .to is not updated and the image is shifted further than required
  11. I watched in full mode and there is this bug https://codepen.io/GreenSock/full/abLGwpd
  12. To watch live, open your example, refresh the page with hotkey F5 and see how it works. Then refresh the page with hotkeys Ctrl + F5 and see how it works. The result is different
  13. Sorry, forgot to add screenshots page without a cache - page with the cache -
×
×
  • Create New...