Jump to content
Search Community

Maximuslight

Members
  • Posts

    4
  • Joined

  • Last visited

Maximuslight's Achievements

  1. Hi mvaneijgen, thank you for your insights, the Obeserver Plugin looks great! thank you for pointing me into it's direction. Edit: Implemented the observer, works like a charm! Edited codepen in case someone seeking same answer. Thanks!
  2. Hi Everyone, thanks for being great community, I would like to ask if it's possible to have ScrollTrigger alternate the progress of an already playing timeline? For example: 1. Timeline have 30 boxes rested in the container and inner, container only visible 3 boxes at the time. (container has max-height and overflow:hidden). 2. Inner is animated by timeline using (fromTo) with negative Y axis going back to 0. 3. On mouseover, (container is mouseovered) pause the timeline. 4. (the struggle) now that mouse is in the container and timeline paused user can use their mouse wheel to progess back and forth. Questions: 1. Is it possible for gsap? 2. Perhaps it's not a job for scrolltrigger since container itself have no scrollbar (I would prefer not to have scrollbar). I'll prepare simplified codepen that illustrates the problem. https://codepen.io/maximuslight/pen/gOdrovG Thank you!
  3. Hi ZachSaucier, This makes perfect sense to use container! Thanks a million for your reply, this has helped me a lot. ? Kind Regards, Max
  4. Hello everyone, Have started learning GSAP and it's a blast! Picked great time with GSAP3 being freshly out. ? I wanted to try out my hand on the moving "objects" via svg paths, and everything was going well... until I used scale property on the MotionPathPlugin, which throws object out of place. Please take a look at the codepen, the green square with out scale follows the path perfectly, however as soon as I set any scale (please see the red square) it throws off the position away from the path. What am I missing? Kind Regards, Max
×
×
  • Create New...